You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/core/trace
cong 42413dc294
feat(trace): support otlp http exporter (#2746)
* feat(trace): support otlp http exporter

* chore: use otlptracehttp v1.10.0 not upgrade grpc version prevent other modules break

* refactor(trace): rename exporter kind grpc to otlpgrpc.

BREAKING CHANGE: trace Config.Batcher should use otlpgrpc instead of grpc now.
2 years ago
..
agent.go feat(trace): support otlp http exporter (#2746) 2 years ago
agent_test.go feat(trace): support otlp http exporter (#2746) 2 years ago
attributes.go test: add more tests (#1147) 3 years ago
attributes_test.go test: add more tests (#1147) 3 years ago
config.go feat(trace): support otlp http exporter (#2746) 2 years ago
message.go feat: opentelemetry integration, removed self designed tracing (#1111) 3 years ago
propagation.go feat: support baggage propagation in httpc (#2375) 2 years ago
tracer.go Fix/del server interceptor duplicate copy md 20220827 (#2309) 2 years ago
tracer_test.go test: add more tests (#1147) 3 years ago
utils.go feat: add trace.SpanIDFromContext and trace.TraceIDFromContext (#2654) 2 years ago
utils_test.go chore: add unit tests (#1615) 3 years ago
vars.go feat: opentelemetry integration, removed self designed tracing (#1111) 3 years ago