-
Notifications
You must be signed in to change notification settings - Fork 848
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
SDK: Determine how to convert OpenTelemetry::Resources into Jaeger #486
Comments
The resource is set on only on tracer at the moment. We can treat it as process information which maps to |
FYI in opentelemetry-service we translate resource into Jaeger process tags: open-telemetry/opentelemetry-collector#325. |
open-telemetry/opentelemetry-specification#848 has been resolved. Resources must be mapped to process tags: spec link. |
We should probably change the title of this issue to match the fact that it just needs to be implemented now. :) |
Aha. This is now a dupe of #1609 . I'll revert the title change for this issue and close it, now that the spec is done. |
Closing, now that the spec is complete and #1609 is ready to be implemented. |
During the review for #481, the topic about converting OpenTelemetry Resources into Jaeger came up. Once it's clear what's to be done, the Adapter's
toJaeger
method needs to incorporate this conversion.Context:
#481 (comment)
The text was updated successfully, but these errors were encountered: