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
Describe your environment python = "3.6" opentelemetry-sdk = "0.11b0" opentelemetry-ext-jaeger = "0.11b0"
Steps to reproduce Configure collector
jaeger_exporter = jaeger.JaegerSpanExporter( service_name=config.JAEGER_SERVICE_NAME, collector_host_name='localhost', collector_port=14268, collector_endpoint='/api/traces?format=jaeger.thrift' )
What is the expected behavior? Collector submit trace/span
What is the actual behavior? Trace/span are reported twice by both Agent and Collector
The text was updated successfully, but these errors were encountered:
As pointed out here, agent should be bypassed if collector is configured.
The discussion here did not conclude anything.
Sorry, something went wrong.
chore: splitting BasePlugin into browser and node (open-telemetry#981)
2c9ed63
Successfully merging a pull request may close this issue.
Describe your environment
python = "3.6"
opentelemetry-sdk = "0.11b0"
opentelemetry-ext-jaeger = "0.11b0"
Steps to reproduce
Configure collector
What is the expected behavior?
Collector submit trace/span
What is the actual behavior?
Trace/span are reported twice by both Agent and Collector
The text was updated successfully, but these errors were encountered: