Skip to content

Commit 871f5db

Browse files
authored
Update monitor exporter instrumentation list for Statsbeat (#41537)
1 parent fb23ea1 commit 871f5db

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
### Other Changes
1414

15+
- Update instrumentation list for Attach Statsbeat
16+
([#41537] https://github.com/Azure/azure-sdk-for-python/pull/41537)
17+
1518
## 1.0.0b37 (2025-05-29)
1619

1720
### Features Added

sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/_constants.py

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"requests",
137137
"sqlalchemy",
138138
"aio-pika",
139-
"aiohttp-client",
139+
"aiohttp_client",
140140
"aiopg",
141141
"asgi",
142142
"asyncpg",
@@ -149,28 +149,35 @@
149149
"grpc",
150150
"httpx",
151151
"jinja2",
152-
"kafka-python",
152+
"kafka",
153153
"pika",
154154
"pymemcache",
155155
"redis",
156156
"remoulade",
157157
"sklearn",
158158
"sqlite3",
159159
"starlette",
160-
"system-metrics",
160+
"system_metrics",
161161
"tornado",
162162
"urllib",
163163
"urllib3",
164164
_AZURE_SDK_OPENTELEMETRY_NAME,
165-
# Instrumentations below this line have not been added to statsbeat report yet
166165
"cassandra",
167166
"tortoiseorm",
168-
"aiohttp-server",
167+
"aiohttp_server",
169168
"asyncio",
170169
"mysqlclient",
171170
"psycopg",
172171
"threading",
173172
"wsgi",
173+
"aiokafka",
174+
"asyncclick",
175+
"click",
176+
"pymssql",
177+
"google_genai",
178+
"openai_v2",
179+
"vertexai",
180+
# Instrumentations below this line have not been added to statsbeat report yet
174181
]
175182

176183
_INSTRUMENTATIONS_BIT_MAP = {_INSTRUMENTATIONS_LIST[i]: _BASE**i for i in range(len(_INSTRUMENTATIONS_LIST))}

0 commit comments

Comments
 (0)