opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

opentelemetry-instrumentation-threading doesn't exist on pypi

Open ddorian opened this issue 9 months ago • 1 comments

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.

ddorian avatar May 01 '24 06:05 ddorian

It looks like it will be part of the 0.46b release since it was added very recently

AmicoJoules avatar May 02 '24 16:05 AmicoJoules

Encountering the same issue.

jackey90 avatar May 16 '24 13:05 jackey90

When can we expect the next release?

DanielNoord avatar May 17 '24 07:05 DanielNoord

Is there a timeline on the 0.46b release?

aodj-kara avatar May 21 '24 14:05 aodj-kara

Fixed: https://pypi.org/project/opentelemetry-instrumentation-threading/

😄

@ddorian mind closing this issue to help the maintainers a little?

DanielNoord avatar Jun 03 '24 19:06 DanielNoord