File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
sdk/monitor/azure-monitor-opentelemetry-exporter
azure/monitor/opentelemetry/exporter Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
### Other Changes
14
14
15
+ - Update instrumentation list for Attach Statsbeat
16
+ ([ #41537 ] https://github.com/Azure/azure-sdk-for-python/pull/41537 )
17
+
15
18
## 1.0.0b37 (2025-05-29)
16
19
17
20
### Features Added
Original file line number Diff line number Diff line change 136
136
"requests" ,
137
137
"sqlalchemy" ,
138
138
"aio-pika" ,
139
- "aiohttp-client " ,
139
+ "aiohttp_client " ,
140
140
"aiopg" ,
141
141
"asgi" ,
142
142
"asyncpg" ,
149
149
"grpc" ,
150
150
"httpx" ,
151
151
"jinja2" ,
152
- "kafka-python " ,
152
+ "kafka" ,
153
153
"pika" ,
154
154
"pymemcache" ,
155
155
"redis" ,
156
156
"remoulade" ,
157
157
"sklearn" ,
158
158
"sqlite3" ,
159
159
"starlette" ,
160
- "system-metrics " ,
160
+ "system_metrics " ,
161
161
"tornado" ,
162
162
"urllib" ,
163
163
"urllib3" ,
164
164
_AZURE_SDK_OPENTELEMETRY_NAME ,
165
- # Instrumentations below this line have not been added to statsbeat report yet
166
165
"cassandra" ,
167
166
"tortoiseorm" ,
168
- "aiohttp-server " ,
167
+ "aiohttp_server " ,
169
168
"asyncio" ,
170
169
"mysqlclient" ,
171
170
"psycopg" ,
172
171
"threading" ,
173
172
"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
174
181
]
175
182
176
183
_INSTRUMENTATIONS_BIT_MAP = {_INSTRUMENTATIONS_LIST [i ]: _BASE ** i for i in range (len (_INSTRUMENTATIONS_LIST ))}
You can’t perform that action at this time.
0 commit comments