Skip to content

Upgrade OpenTelemetry packages to 0.56b0 with SDK 1.36.0 and azure-monitor-opentelemetry to 1.6.13 #2638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ azure-storage-blob
azure-storage-file-datalake
uvicorn
aiohttp
azure-monitor-opentelemetry
azure-monitor-opentelemetry>=1.6.13
opentelemetry-instrumentation-asgi
opentelemetry-instrumentation-httpx
opentelemetry-instrumentation-aiohttp-client
Expand Down
37 changes: 19 additions & 18 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt --python-version 3.9
# Updated to upgrade OpenTelemetry packages to 0.56b0, SDK/API to 1.36.0, and azure-monitor-opentelemetry to 1.6.13
aiofiles==24.1.0
# via
# prompty
Expand Down Expand Up @@ -51,7 +52,7 @@ azure-identity==1.17.1
# via
# -r requirements.in
# msgraph-sdk
azure-monitor-opentelemetry==1.6.1
azure-monitor-opentelemetry==1.6.13
# via -r requirements.in
azure-monitor-opentelemetry-exporter==1.0.0b32
# via azure-monitor-opentelemetry
Expand Down Expand Up @@ -214,7 +215,7 @@ oauthlib==3.2.2
# via requests-oauthlib
openai==1.63.0
# via -r requirements.in
opentelemetry-api==1.31.1
opentelemetry-api==1.36.0
# via
# azure-core-tracing-opentelemetry
# azure-monitor-opentelemetry-exporter
Expand All @@ -237,7 +238,7 @@ opentelemetry-api==1.31.1
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
# opentelemetry-semantic-conventions
opentelemetry-instrumentation==0.52b1
opentelemetry-instrumentation==0.56b0
# via
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
Expand All @@ -252,47 +253,47 @@ opentelemetry-instrumentation==0.52b1
# opentelemetry-instrumentation-urllib
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
opentelemetry-instrumentation-aiohttp-client==0.52b1
opentelemetry-instrumentation-aiohttp-client==0.56b0
# via -r requirements.in
opentelemetry-instrumentation-asgi==0.52b1
opentelemetry-instrumentation-asgi==0.56b0
# via
# -r requirements.in
# opentelemetry-instrumentation-fastapi
opentelemetry-instrumentation-dbapi==0.52b1
opentelemetry-instrumentation-dbapi==0.56b0
# via opentelemetry-instrumentation-psycopg2
opentelemetry-instrumentation-django==0.52b1
opentelemetry-instrumentation-django==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-fastapi==0.52b1
opentelemetry-instrumentation-fastapi==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-flask==0.52b1
opentelemetry-instrumentation-flask==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-httpx==0.52b1
opentelemetry-instrumentation-httpx==0.56b0
# via -r requirements.in
opentelemetry-instrumentation-openai==0.39.0
# via -r requirements.in
opentelemetry-instrumentation-psycopg2==0.52b1
opentelemetry-instrumentation-psycopg2==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-requests==0.52b1
opentelemetry-instrumentation-requests==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-urllib==0.52b1
opentelemetry-instrumentation-urllib==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-urllib3==0.52b1
opentelemetry-instrumentation-urllib3==0.56b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-wsgi==0.52b1
opentelemetry-instrumentation-wsgi==0.56b0
# via
# opentelemetry-instrumentation-django
# opentelemetry-instrumentation-flask
opentelemetry-resource-detector-azure==0.1.5
# via azure-monitor-opentelemetry
opentelemetry-sdk==1.31.1
opentelemetry-sdk==1.36.0
# via
# azure-monitor-opentelemetry
# azure-monitor-opentelemetry-exporter
# microsoft-kiota-abstractions
# microsoft-kiota-authentication-azure
# microsoft-kiota-http
# opentelemetry-resource-detector-azure
opentelemetry-semantic-conventions==0.52b1
opentelemetry-semantic-conventions==0.56b0
# via
# opentelemetry-instrumentation
# opentelemetry-instrumentation-aiohttp-client
Expand All @@ -310,7 +311,7 @@ opentelemetry-semantic-conventions==0.52b1
# opentelemetry-sdk
opentelemetry-semantic-conventions-ai==0.4.3
# via opentelemetry-instrumentation-openai
opentelemetry-util-http==0.52b1
opentelemetry-util-http==0.56b0
# via
# opentelemetry-instrumentation-aiohttp-client
# opentelemetry-instrumentation-asgi
Expand Down
Loading