opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
opentelemetry-instrumentation-threading doesn't exist on pypi
Describe your environment
According to docs https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-threading, it should exist, but it doesn't.
Steps to reproduce
pip install opentelemetry-instrumentation-threading
What is the expected behavior? Exists.
What is the actual behavior?
❯ pip install opentelemetry-instrumentation-threading
ERROR: Could not find a version that satisfies the requirement opentelemetry-instrumentation-threading (from versions: none)
ERROR: No matching distribution found for opentelemetry-instrumentation-threading
Additional context Either the package should be on pypi or doc fixed.
It looks like it will be part of the 0.46b release since it was added very recently
Encountering the same issue.
When can we expect the next release?
Is there a timeline on the 0.46b release?
Fixed: https://pypi.org/project/opentelemetry-instrumentation-threading/
😄
@ddorian mind closing this issue to help the maintainers a little?