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.