Skip to content

Commit

Permalink
Explicit custom install for requests,wsgi instrumentors
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed May 6, 2024
1 parent 01d11f7 commit a47dbce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ dependencies = [
'opentelemetry-sdk == 1.24.0',
'opentelemetry-instrumentation@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=opentelemetry-instrumentation',
'opentelemetry-instrumentation-logging@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=instrumentation/opentelemetry-instrumentation-logging',
# TODO: Remove these explicit installs for early semconv upgrade testing
# when we upgrade to latest release
'opentelemetry-semantic-conventions@git+https://github.com/tammy-baylis-swi/opentelemetry-python.git@sw-upgrade-otel#subdirectory=opentelemetry-semantic-conventions',
'opentelemetry-util-http@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=util/opentelemetry-util-http',
'opentelemetry-instrumentation-requests@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=instrumentation/opentelemetry-instrumentation-requests',
'opentelemetry-instrumentation-wsgi@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=instrumentation/opentelemetry-instrumentation-wsgi',
]

[project.urls]
Expand Down

0 comments on commit a47dbce

Please sign in to comment.