We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OnEnding()
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
The OpenTelemetry trace SDK spec recently added the ability for SpanProcessor to mutate spans on end (open-telemetry/opentelemetry-specification#4024 and https://opentelemetry.io/docs/specs/otel/trace/sdk/#onending).
AFAICT the feature isn't yet supported by the Go SDK (https://pkg.go.dev/go.opentelemetry.io/otel/sdk@v1.35.0/trace#SpanProcessor).
NA
This feature has been mentioned as a possible solution for #5703. It's also been mentioned in Azure/azure-sdk-for-go#24347.
The text was updated successfully, but these errors were encountered:
See #5756 for context on the challenges this gives, and how it's not a trivial change.
Sorry, something went wrong.
No branches or pull requests
Problem Statement
The OpenTelemetry trace SDK spec recently added the ability for SpanProcessor to mutate spans on end (open-telemetry/opentelemetry-specification#4024 and https://opentelemetry.io/docs/specs/otel/trace/sdk/#onending).
AFAICT the feature isn't yet supported by the Go SDK (https://pkg.go.dev/go.opentelemetry.io/otel/sdk@v1.35.0/trace#SpanProcessor).
Proposed Solution
NA
Alternatives
NA
Prior Art
NA
Additional Context
This feature has been mentioned as a possible solution for #5703. It's also been mentioned in Azure/azure-sdk-for-go#24347.
The text was updated successfully, but these errors were encountered: