Results 7 issues of drinksss

集成Opentelemetry,把 Trace中间件改为OpenTelemetry Trace,使用Jaeger作为 exporter, 同时把 Jaeger 的 trace id传给logger,以打通logger和jaeger的trace id 后续将增加Prometheus中间件作为 Metrics exporter 目前[OpenTelemetry HTTP Handler](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/f650585d08df31ecbdec0b22f3778bdd7da1dedd/instrumentation/net/http/otelhttp/handler.go#L114)还有点问题, 无法集成Prometheus

Hi, this is a nice project, and could I use this project connect with my mtproto proxy server??? Thx!

enhancement

https://github.com/YotpoLtd/metorikku/blob/6c6c6e63dc17278c6637af9c144145bf3f3d8ec2/src/main/scala/com/yotpo/metorikku/Metorikku.scala#L29 Should we stop the sparksession? when I submit the command in yarn, ` spark-submit --class com.yotpo.metorikku.Metorikku --master yarn --deploy-mode client ~/metorikku/metorikku.jar -c examples/movies.yaml ` metorikku app has finished the...

hello, could a pull a requests for add add run previous test case shortcut? shortcut id as follow metals.test.previous, which means run the previous test case metals.test.debug.previous, which means debug...

在版本v0.0.40-rc中, Data 被设置为 **os.File类型,但是实际序列化的时候还是二进制,实际调用中Records为空,是否应该把Data设置为*string类型? 这样可以获取到Records数据 `type Record struct { // 用户上传数据时设置的partition_key。 说明: 上传数据时,如果传了partition_key参数,则下载数据时可返回此参数。如果上传数据时,未传partition_key参数,而是传入partition_id,则不返回partition_key。 PartitionKey *string `json:"partition_key,omitempty"` // 该条数据的序列号。 SequenceNumber *string `json:"sequence_number,omitempty"` // 下载的数据。 下载的数据为序列化之后的二进制数据(Base64编码后的字符串)。 比如下载数据接口返回的数据是“ZGF0YQ==”,“ZGF0YQ==”经过Base64解码之后是“data”。 Data **os.File `json:"data,omitempty"` // 记录写入DIS的时间戳。...