You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some time ago opentelemetry-python released a new version (1.4) which supports OTLP Exporter Protobuf over HTTP. I'd really like to use this feature with opentelemetry-instrumentation-django and opentelemetry-instrumentation-celery, however there is a problem. Both packages requires opentelemetry-api in version 1.3.
is there a plan to bump those dependencies versions?
if not, what are the obstacles/caveats to do it?
The text was updated successfully, but these errors were encountered:
zawi99
changed the title
Support of opentelemetry v1.4 for django and celery instrumentation
Support of opentelemetry v1.4 for django and celery instrumentations
Aug 25, 2021
This means it requires any version newer than or equal to 1.3 but older than 2.0. This is working as intended so I'm closing this but please re-open if there is another related issue with dependencies.
Thank you for the explanation.
In version 0.22b0 setup.cfg there is opentelemetry-api == 1.3.0 as dependency. Sorry, it was my mistake not providing current state. In higher versions i.e. 0.23b0+ there is already correct identifier used.
Some time ago
opentelemetry-python
released a new version (1.4) which supports OTLP Exporter Protobuf over HTTP. I'd really like to use this feature withopentelemetry-instrumentation-django
andopentelemetry-instrumentation-celery
, however there is a problem. Both packages requiresopentelemetry-api
in version1.3
.My questions:
The text was updated successfully, but these errors were encountered: