Skip to content

Commit 51d430b

Browse files
Merge pull request #4668 from aahill/release-build-agents
pricing note for tracing
2 parents edf8776 + ff631ee commit 51d430b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Tracing solves this by allowing you to clearly see the inputs and outputs of eac
2525

2626
The Agents playground in the Azure AI Foundry portal lets you trace threads and runs that your agents produce. To open a trace, select **Thread info** in an active thread. You can also optionally select **Metrics** to enable automatic evaluations of the model's performance across several dimensions of **AI quality** and **Risk and safety**.
2727

28+
> [!NOTE]
29+
> Evaluations are not available in the following regions.
30+
> * australiaeast
31+
> * japaneast
32+
> * southindia
33+
> * uksouth
34+
2835
:::image type="content" source="../media/ai-foundry-tracing.png" alt-text="A screenshot of the agent playground in the Azure AI Foundry portal." lightbox="../media/ai-foundry-tracing.png":::
2936

3037
After selecting **Thread info**, the screen that appears will be let you view the: thread, run, run steps and any tool calls that were made. You can view the inputs and outputs between the agent and user, as well the associated metadata and any evaluations you selected.
@@ -36,6 +43,11 @@ After selecting **Thread info**, the screen that appears will be let you view th
3643
> :::image type="content" source="../media/thread-highlight.png" alt-text="A screenshot of the create and debug screen." lightbox="../media/thread-highlight.png":::
3744
> You will be able to see the **Thread info** button at the top of the screen to view the trace.
3845
46+
47+
> [!NOTE]
48+
> Observability features such as Risk and Safety Evaluation are billed based on consumption as listed in the [Azure pricing page](https://azure.microsoft.com/pricing/details/ai-foundry/).
49+
50+
3951
## Trace agents using OpenTelemetry and an Application Insights resource
4052

4153
Tracing lets you analyze your agent's performance and behavior by using OpenTelemetry and adding an Application Insights resource to your Azure AI Foundry project.
@@ -76,5 +88,3 @@ Once you have the packages installed, you can use one the following Python sampl
7688
* [Basic agent example](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_basics_with_console_tracing.py)
7789
* [Agent example with function calling](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_functions_with_console_tracing.py)
7890
* [Example with a stream event handler](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agents_stream_eventhandler_with_console_tracing.py)
79-
80-

0 commit comments

Comments
 (0)