Skip to content

Commit 3fe1348

Browse files
authored
adding AIProjectInstrumentor to configure_azure_monitor (#43869)
* adding AIProjectInstrumentor to configure_azure_monitor * updating changelog
1 parent b8b4fa7 commit 3fe1348

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
([#43262](https://github.com/Azure/azure-sdk-for-python/pull/43262))
99
- Adding more diagnostic log message IDs
1010
([#43183](https://github.com/Azure/azure-sdk-for-python/pull/43183))
11+
- Enable Azure AI Project instrumentation
12+
([#43869](https://github.com/Azure/azure-sdk-for-python/pull/43869))
1113

1214
### Breaking Changes
1315

sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def _setup_additional_azure_sdk_instrumentations(configurations: Dict[str, Confi
357357
instrumentors = [
358358
("azure.ai.inference.tracing", "AIInferenceInstrumentor"),
359359
("azure.ai.agents.telemetry", "AIAgentsInstrumentor"),
360+
("azure.ai.projects.telemetry", "AIProjectInstrumentor"),
360361
]
361362

362363
for module_path, class_name in instrumentors:

0 commit comments

Comments
 (0)