We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When exporting trace data to Jaeger using gRPC protocol, there is an span generated every 5 seconds.
Using the official demo: https://github.com/alibaba/opentelemetry-go-auto-instrumentation/blob/main/example/demo/README.md
Config the go application to export with gprc protocol:
OTEL_EXPORTER_OTLP_PROTOCOL=grpc OTEL_EXPORTER_OTLP_ENDPOINT="http://127.0.0.1:4317" OTEL_EXPORTER_OTLP_INSECURE=true OTEL_SERVICE_NAME=demo REDIS_ADDR=localhost:6379 REDIS_PASSWORD=xxx MYSQL_DSN="xxx@tcp(127.0.0.1:3306)/test" ./demo
Traces are exported to Jeager.
Traces are exported to Jaeger, but with additional spans
lastest
Go: go version go1.22.9 (Red Hat 1.22.9-1.0.1.al8) linux/amd64 OS: Alibaba Cloud Linux release 3 (OpenAnolis Edition)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When exporting trace data to Jaeger using gRPC protocol, there is an span generated every 5 seconds.
Steps to reproduce
Using the official demo: https://github.com/alibaba/opentelemetry-go-auto-instrumentation/blob/main/example/demo/README.md
Config the go application to export with gprc protocol:
Expected behavior
Traces are exported to Jeager.
Actual behavior
Traces are exported to Jaeger, but with additional spans
opentelemetry-go-auto-instrumentation version
lastest
Environment
Go:
go version go1.22.9 (Red Hat 1.22.9-1.0.1.al8) linux/amd64
OS:
Alibaba Cloud Linux release 3 (OpenAnolis Edition)
Additional context
No response
The text was updated successfully, but these errors were encountered: