You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/monitor-applications.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,20 @@ In this section, learn how to monitor your generative AI applications using Azur
31
31
32
32
The first step in continuously monitoring your application is to ensure that its telemetry data is captured and stored for analysis. To accomplish this, you'll need to instrument your generative AI application’s code to use the [Azure AI Tracing package](./develop/trace-local-sdk.md) to log trace data to an Azure Monitor Application Insights resource of your choice. This package fully conforms with the OpenTelemetry standard for observability. After you have instrumented your application's code, the trace data will be logged to your Application Insights resource.
33
33
34
-
After you have included tracing in your application code, you can view the trace data in Azure AI Foundry or in your Azure Monitor Application Insights resource. To learn more about how to do this, see [monitor your generative AI application](monitor-applications.md#monitor-your-generative-ai-application).
34
+
After you have included tracing in your application code, you can view the trace data in Azure AI Foundry or in your Azure Monitor Application Insights resource. To learn more about how to do this, see [monitor your generative AI application](#monitor-your-generative-ai-application).
35
35
36
36
### Set up online evaluation
37
37
38
-
After setting up tracing for your generative AI application, set up [online evaluation with the Azure AI Foundry SDK](./develop/online-evaluation.md) to continuously evaluate your trace data as it is collected. Doing so will enable you to monitor your application's performance in production over time.
38
+
After setting up tracing for your generative AI application, set up [online evaluation with the Azure AI Foundry SDK](./online-evaluation.md) to continuously evaluate your trace data as it is collected. Doing so will enable you to monitor your application's performance in production over time.
39
39
40
40
> [!NOTE]
41
-
> If you have multiple AI applications logging trace data to the same Azure Monitor Application Insights resource, it's recommended to use the service name to differentiate between application data in Application Insights. To learn how to set the service name, see [Azure AI Tracing](./develop/trace-local-sdk.md). To learn how to query for the service name within your online evaluation configuration, see [using service name in trace data](./develop/online-evaluation.md#using-service-name-in-trace-data).
41
+
> If you have multiple AI applications logging trace data to the same Azure Monitor Application Insights resource, it's recommended to use the service name to differentiate between application data in Application Insights. To learn how to set the service name, see [Azure AI Tracing](./develop/trace-local-sdk.md). To learn how to query for the service name within your online evaluation configuration, see [using service name in trace data](./online-evaluation.md#using-service-name-in-trace-data).
42
42
43
43
### Monitor your generative AI application with Azure Monitor Application Insights
44
44
45
45
In this section, you learn how Azure AI integrates with Azure Monitor Application Insights to give you an out-of-the-box dashboard view that is tailored with insights regarding your generative AI app so you can stay updated with the latest status of your application.
46
46
47
-
### Insights for your generative AI application
47
+
####Insights for your generative AI application
48
48
49
49
If you haven’t set this up, here are some quick steps:
50
50
@@ -80,7 +80,7 @@ You can also share this workbook with your team so they stay informed with the l
80
80
81
81
## Related content
82
82
83
-
-[How to run evaluations online with the Azure AI Foundry SDK](./develop/online-evaluation.md)
83
+
-[How to run evaluations online with the Azure AI Foundry SDK](./online-evaluation.md)
84
84
-[Trace your application with Azure AI Inference SDK](./develop/trace-local-sdk.md)
85
85
-[Visualize your traces](./develop/visualize-traces.md)
86
86
-[Evaluation of Generative AI Models & Applications](../concepts/evaluation-approach-gen-ai.md)
0 commit comments