-
Notifications
You must be signed in to change notification settings - Fork 863
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
Update Jaeger exporter to map Resources to process tags #1609
Comments
something like:
? |
Not sure if there might also need to be some naming tweaks along the way... |
yes, so question about names... How to tweak them if needed? |
Probably have to look for certain keys (from the spec) and rename them while writing them into the Model.Span.Builder. I'm not sure if there's a better way. |
@malafeev Rereading the spec, it looks like the resource attributes just get mapped over directly. I was thinking of instrumentation library attributes. |
…s tags Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* #1609 Update Jaeger exporter to map Resources to process tags Signed-off-by: Sergei Malafeev <sergei@malafeev.org> * add resource attributes to process tags Signed-off-by: Sergei Malafeev <sergei@malafeev.org> * fix checkstyle error Signed-off-by: Sergei Malafeev <sergei@malafeev.org> * refactored according to review comments Signed-off-by: Sergei Malafeev <sergei@malafeev.org> * implement comments Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
See https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/sdk_exporters/jaeger.md#resource
The text was updated successfully, but these errors were encountered: