-
Notifications
You must be signed in to change notification settings - Fork 331
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
Support Jaeger tracing backends #2561
Comments
@haubenr: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think I'd like to support jaeger by exporting Otel traces. Jaeger as of 1.35 can directly receive them. We do need an OpenCensus => OTel exporter - which seems to have existed before but was removed I prodded the issue here to see if it's unblocked & possible to add back a tracing bridge open-telemetry/opentelemetry-go#2808 edit looks like the tracing bridge still exists https://github.com/open-telemetry/opentelemetry-go/tree/main/bridge/opencensus |
Note: we want to eventually swap to OTel instead of OpenCensus #855 |
Sure, sounds like the right move. |
This issue is stale because it has been open for 90 days with no |
This issue or pull request is stale because it has been open for 90 days with no activity. This bot triages issues and PRs according to the following rules:
You can:
/lifecycle stale |
/lifecycle frozen |
At the moment knative only supports tracing to Zipkin backends. It would be good to have more options, e.g. supporting Jaeger tracing backends as well (natively, without the need of external converters etc.)
/area API
/kind feature
Expected Behavior
knative support Jaeger tracing backends.
Actual Behavior
knative only supports tracing to Zipkin backends.
Steps to Reproduce the Problem
n/a
Additional Info
This issue is a follow-up to these issues that have been closed due to inactivity:
#1076
#1077
The text was updated successfully, but these errors were encountered: