Skip to content

Commit 914e330

Browse files
updated sdk link and note
1 parent 105086c commit 914e330

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

agent-framework/user-guide/observability.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ async def main():
363363
await client.configure_azure_monitor(enable_live_metrics=True)
364364
```
365365

366+
> [!TIP]
367+
> The arguments for `client.configure_azure_monitor()` are passed through to the underlying `configure_azure_monitor()` function from the `azure-monitor-opentelemetry` package, see [documentation](/python/api/overview/azure/monitor-opentelemetry-readme#usage) for details, we take care of setting the connection string and resource.
368+
366369

367370
#### Configure azure monitor and optionally enable instrumentation:
368371
For non-Azure AI projects with Application Insights, make sure you setup a custom agent in Foundry, see [details](/azure/ai-foundry/control-plane/register-custom-agent).

0 commit comments

Comments
 (0)