Skip to content

Commit 7ed63be

Browse files
committed
fixes
1 parent 720a79b commit 7ed63be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/ai-studio/concepts/trace.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ author: lgayhardt
1313

1414
# Tracing Overview
1515

16+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
17+
1618
Tracing is a powerful tool that offers developers an in-depth understanding of the execution process of their generative AI applications. It provides a detailed view of the execution flow, including the inputs and outputs of each node within the application. This essential information proves critical while debugging complex applications or optimizing performance.
1719

1820
Tracing with the Azure AI Inference SDK offers enhanced visibility and simplified troubleshooting for LLM-based applications, effectively supporting development, iteration, and production monitoring. Tracing follows the OpenTelemetry semantic conventions, capturing and visualizing the internal execution details of any AI application, enhancing the overall development experience.
@@ -64,4 +66,4 @@ Trace visualization refers to the graphical representation of trace data. Azure
6466
## Related content
6567

6668
- [Trace your application with Azure AI Inference SDK](../how-to/develop/trace-local-sdk.md)
67-
- [Visualize your traces](./visualize-traces.md)
69+
- [Visualize your traces](../how-to/develop/visualize-traces.md)

articles/ai-studio/how-to/develop/visualize-traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: lgayhardt
1313

1414
# Visualize your traces
1515

16-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
16+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1717

1818
After instrumenting your application to log traces, let's walkthrough how you can view your traces in both local and cloud solutions to debug your application.
1919

0 commit comments

Comments
 (0)