alibaba / opentelemetry-go-auto-instrumentation

OpenTelemetry Compile-Time Instrumentation for Golang
Apache License 2.0
94 stars 14 forks source link

CheckList before release #8

Open 123liuziming opened 1 month ago

123liuziming commented 1 month ago

here is the checklist before we release v0.1.0-RC

and we need to add instrument rule, including

JellyTony commented 1 month ago

kafka、nsq

123liuziming commented 1 month ago

kafka、nsq

We will support segmentio kafka in the first release. nsq will be supported later.

JellyTony commented 1 month ago

忘了还有 go-micro,这个框架用的人也比较多

123liuziming commented 1 month ago

忘了还有 go-micro,这个框架用的人也比较多

这个我们商业化版本有的,后续开源会支持的

NameHaibinZhang commented 3 weeks ago

logrus and zap is ready

NameHaibinZhang commented 3 weeks ago

gin is ready

JellyTony commented 3 weeks ago

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 ahent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

JellyTony commented 2 weeks ago

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 agent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

@y1yang0

123liuziming commented 2 weeks ago

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 agent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

@y1yang0

A possible solution would be to provide a span filter, so that if http reports to certain endpoints then the span is not recorded.