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

Instrumentation: OpenTracing jaeger exporter vs. OpenTelemetry tracer feature parity #877

Closed
kvrhdn opened this issue Aug 16, 2021 · 1 comment
Labels
stale Used for stale issues / PRs

Comments

@kvrhdn
Copy link
Member

kvrhdn commented Aug 16, 2021

This is an issue to track differences between the OpenTracing Jaeger exporter (the default) and the newer OpenTelemetry tracer. The OTel tracer was added to Tempo with #842 and is currently behind a feature flag (use_otel_tracer)
I'll update this issue has new problems show up and problems get solved.

The OpenTracing Jaeger client: https://github.com/jaegertracing/jaeger-client-go
The OpenTelemetry Jaeger exporter: https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/jaeger

Features missing

  • Sampling can not be configured using environment variables
  • No support for the Jaeger remote sampling protocol
  • In general, there are less environment variables to tune performance
    • For instance, we sometimes set JAEGER_REPORTER_MAX_QUEUE_SIZE but maybe this isn't necessary with otel-go?
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2022

This issue has been automatically marked as stale because it has not had any activity in the past 60 days.
The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity.
Please apply keepalive label to exempt this Issue.

@github-actions github-actions bot added the stale Used for stale issues / PRs label Dec 2, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Used for stale issues / PRs
Projects
None yet
Development

No branches or pull requests

1 participant