From 522bf4bf233f9f0c7eb1acb9c3793715b77c8d9d Mon Sep 17 00:00:00 2001 From: wuweng Date: Tue, 30 Sep 2025 09:16:20 -0700 Subject: [PATCH] Python: [Doc] Update python observability sample with Grafana dashboards (#995) * Update python observability sample with Grafana dashboards * fix case --------- Co-authored-by: Eric Zhu --- .../samples/getting_started/observability/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/python/samples/getting_started/observability/README.md b/python/samples/getting_started/observability/README.md index c9620f8b68..b0b0d7c0f1 100644 --- a/python/samples/getting_started/observability/README.md +++ b/python/samples/getting_started/observability/README.md @@ -152,7 +152,7 @@ exporter = OTLPSpanExporter(endpoint="your-otlp-endpoint", compression=Compressi setup_observability(exporters=[exporter]) ``` -## Logs +### Logs When you are in Azure Monitor and want to have a overall view of the span, use this query in the logs section: @@ -176,6 +176,17 @@ dependencies | order by timestamp asc ``` +### Grafana dashboards with Application Insights data +Besides the Application Insights native UI, you can also use Grafana to visualize the telemetry data in Application Insights. There are two tailored dashboards for you to get started quickly: + +#### Agent Overview dashboard +Grafana Dashboard Gallery link: +![Agent Overview dashboard](https://github.com/Azure/azure-managed-grafana/raw/main/samples/assets/grafana-af-agent.gif) + +#### Workflow Overview dashboard +Grafana Dashboard Gallery link: +![Workflow Overview dashboard](https://github.com/Azure/azure-managed-grafana/raw/main/samples/assets/grafana-af-workflow.gif) + ## Aspire Dashboard The [Aspire Dashboard](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/standalone) is a local telemetry viewing tool that provides an excellent experience for viewing OpenTelemetry data without requiring Azure setup.