Skip to content

Commit 3871069

Browse files
Merge pull request #6538 from dargilco/dargilco/remove-no-longer-relevant-note
Remove old note, this was fixed long ago
2 parents b2ea0d3 + ee10c11 commit 3871069

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/ai-foundry/agents/concepts/tracing.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ pip install opentelemetry-exporter-otlp
7676

7777
Once you have the packages installed, you can use one the following Python samples to implement tracing with your agents. Samples that use console tracing display the results locally in the console. Samples that use Azure Monitor send the traces to the Azure Monitor in the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs), in the **Observability** tab in the left pane for the portal.
7878

79-
> [!NOTE]
80-
> There is a known bug in the agents tracing functionality. The bug will cause the agent's function tool to call related info (function names and parameter values, which could contain sensitive information) to be included in the traces even when content recording is not enabled.
81-
82-
8379
**Using Azure Monitor**
8480
* [Basic agent example](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_telemetry/sample_agents_basics_with_azure_monitor_tracing.py)
8581
* [Agent example with tools](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_telemetry/sample_agents_toolset_with_azure_monitor_tracing.py)

0 commit comments

Comments
 (0)