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
I wonder if there is a way to set a custom IDGenerator for SpanID and TraceID. According to this document: https://docs.splunk.com/Observability/gdi/get-data-in/application/go/troubleshooting/migrate-signalfx-go-to-otel.html#replace-startspanoption-instances
Span IDs are automatically set. If you require custom span IDs, create a custom IDGenerator.
But I can 't figure out how to do ir currently using distro.Run(...) Options.
In order to do it now I have to create a new TracerProvider with all the TracerProviderOptions in distro/otel.go Run function.
I think it would be useful to have an Option to add a custom IDGenerator to the initial instrumentation.
Thanks
The text was updated successfully, but these errors were encountered:
Sorry for tagging this as a bug. I think enhancement label would fit better
Sorry, something went wrong.
closing this issue because it was added in this PR
No branches or pull requests
I wonder if there is a way to set a custom IDGenerator for SpanID and TraceID. According to this document: https://docs.splunk.com/Observability/gdi/get-data-in/application/go/troubleshooting/migrate-signalfx-go-to-otel.html#replace-startspanoption-instances
But I can 't figure out how to do ir currently using distro.Run(...) Options.
In order to do it now I have to create a new TracerProvider with all the TracerProviderOptions in distro/otel.go Run function.
I think it would be useful to have an Option to add a custom IDGenerator to the initial instrumentation.
Thanks
The text was updated successfully, but these errors were encountered: