Python: [Doc] Update python observability sample with Grafana dashboards (#995)

* Update python observability sample with Grafana dashboards

* fix case

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
wuweng
2025-09-30 09:16:20 -07:00
committed by GitHub
Unverified
parent 1e53fb458f
commit 522bf4bf23
@@ -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: <https://aka.ms/amg/dash/af-agent>
![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: <https://aka.ms/amg/dash/af-workflow>
![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.