-
Notifications
You must be signed in to change notification settings - Fork 888
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
Tracer resolution default #171
Comments
Having the no-op tracer as default seems like the most reasonable approach. |
See also open-telemetry/oteps#45 |
Decision: observability APIs are write only, so a default implementation will be a No-op. When context propagation becomes a separate layer, it may have a default implementation. open-telemetry/oteps#66 |
Currently the spec defines this as:
But there's no actual mention on what should be loaded if there's no explicitly defined Tracing component - should it try to no-op one (API only), or should it try the actual SDK? (My feeling is that the former should be the one)
This came up in OpenTelemetry in Python (open-telemetry/opentelemetry-python#29).
The text was updated successfully, but these errors were encountered: