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
opentelemetry-instrumentation-grpc takes a hard dependency on the opentelemetry-sdk package
opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc/pyproject.toml
Line 29 in 3291f38
What is the expected behavior? Instrumentations should never depend directly on the SDK
What is the actual behavior? There is a hard dep
Additional context I haven't investigated why it's there. Hopefully it can be removed trivially.
The text was updated successfully, but these errors were encountered:
There's also systems-metrics:
instrumentation/opentelemetry-instrumentation-system-metrics/pyproject.toml: "opentelemetry-sdk ~= 1.11",
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
opentelemetry-instrumentation-grpc takes a hard dependency on the opentelemetry-sdk package
opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc/pyproject.toml
Line 29 in 3291f38
What is the expected behavior?
Instrumentations should never depend directly on the SDK
What is the actual behavior?
There is a hard dep
Additional context
I haven't investigated why it's there. Hopefully it can be removed trivially.
The text was updated successfully, but these errors were encountered: