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
The opentelemetry_example_app in docs/examples has a setup.cfg with dependencies to opentelemetry-instrumentation-{requets,flask}. These dependencies refer to an already released version 0.15.b0 (i think this should be 0.15b0 instead?).
Since there are tox tests for opentelemtry-example-app they might fail if api and/or sdk in dev version get incompatible with the releassed instrumentation. Also upgrading the dependnecies might be overlooked when releasing a new version since the version string differs.
What is the expected behavior?
Imo opentelemetry_example_app should be moved to the contrib repo since it is mostly requests and flask samples?
The text was updated successfully, but these errors were encountered:
The
opentelemetry_example_app
indocs/examples
has asetup.cfg
with dependencies toopentelemetry-instrumentation-{requets,flask}
. These dependencies refer to an already released version0.15.b0
(i think this should be 0.15b0 instead?).Since there are tox tests for
opentelemtry-example-app
they might fail if api and/or sdk in dev version get incompatible with the releassed instrumentation. Also upgrading the dependnecies might be overlooked when releasing a new version since the version string differs.What is the expected behavior?
Imo
opentelemetry_example_app
should be moved to the contrib repo since it is mostly requests and flask samples?The text was updated successfully, but these errors were encountered: