We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently trace ids are truncated which prevents compatibility with open telemetry traceparents
Use 32 digits for trace ids in jaeger exporter. (+ add an default enabled legacy mode)
Using the otel middleware, but upgrading multiple services would be easier with a moleculer release + setting an env var
Trace context: https://www.w3.org/TR/trace-context/#trace-id Jaeger FAQ: https://www.jaegertracing.io/docs/2.0/faq/
@icebob I can open a pr if you want
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently trace ids are truncated which prevents compatibility with open telemetry traceparents
Describe the solution you'd like
Use 32 digits for trace ids in jaeger exporter. (+ add an default enabled legacy mode)
Describe alternatives you've considered
Using the otel middleware, but upgrading multiple services would be easier with a moleculer release + setting an env var
Additional context
Trace context: https://www.w3.org/TR/trace-context/#trace-id
Jaeger FAQ: https://www.jaegertracing.io/docs/2.0/faq/
@icebob I can open a pr if you want
The text was updated successfully, but these errors were encountered: