alibaba / opentelemetry-go-auto-instrumentation

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

fix: pinning otel version #86

Open y1yang0 opened 1 week ago

y1yang0 commented 1 week ago

To address issues such as trace interruption caused by missing context, we have instrumented OpenTelemetry (OTel) itself with this otelbuild. This means that if users explicitly add OTel dependencies, the version of those dependencies must match the otelbuild's requirements, otherwise, the tool will not function properly.