-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove trace.WithRecord()
trace start option
#787
Comments
I realize that |
Ah, the spec does not support a |
trace.WithRecord()
trace start option
Was there ever a resolution to open-telemetry/opentelemetry-specification#307 I see @paivagustavo tried in #223 to do this, and ran into the same problem that It doesn't look like there has been any change made to the specification and thus calling Found some more issues related to this for background reading: and more recently open-telemetry/opentelemetry-specification#620 |
I think this has become a duplicate of #192, going to close this and consolidate the conversation there. |
The spec:
https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#isrecording
Some history:
#223
#188
#192
The task is to implement
Span.IsRecording() bool
which returns true if the span is not a no-op.The text was updated successfully, but these errors were encountered: