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, only a single instance of SpanProcessor can be provided at TracerFactory (hence, also Tracer) creation.
SpanProcessor
TracerFactory
Tracer
According to the specification (https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#span-processor), it must be possible to provide multiple SpanProcessors which are are invoked in the same order as they were registered.
SpanProcessors
Specification issue open-telemetry/opentelemetry-specification#304 needs to be clarified, before this can be implemented.
The text was updated successfully, but these errors were encountered:
Is it dup of #226?
Sorry, something went wrong.
I missed that one. Thanks
No branches or pull requests
Currently, only a single instance of
SpanProcessor
can be provided atTracerFactory
(hence, alsoTracer
) creation.According to the specification (https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-tracing.md#span-processor), it must be possible to provide multiple
SpanProcessors
which are are invoked in the same order as they were registered.Specification issue open-telemetry/opentelemetry-specification#304 needs to be clarified, before this can be implemented.
The text was updated successfully, but these errors were encountered: