Skip to content
New issue

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

opentelemetry-exporter-jaeger: Trace/span are reported twice if Collector is configured to bypass Agent #981

Closed
vtdat opened this issue Aug 12, 2020 · 1 comment · Fixed by #982
Labels
bug Something isn't working

Comments

@vtdat
Copy link
Contributor

vtdat commented Aug 12, 2020

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

@vtdat vtdat added the bug Something isn't working label Aug 12, 2020
@vtdat
Copy link
Contributor Author

vtdat commented Aug 12, 2020

As pointed out here, agent should be bypassed if collector is configured.

The discussion here did not conclude anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant