Skip to content

Explore the Grafana Integration

The Grafana integration provides a native Grafana plugin application for MS Teams Observability, published on the Grafana Plugin Catalog. It covers:

  • Plugin App: A dedicated application with operational dashboards for call quality, user activity, site performance, and Microsoft incident correlation.
  • Datasources: Loki-based datasource for Teams telemetry, plus an optional Subnet Location datasource for GeoIP enrichment.
  • Bundled Dashboards: Ready-to-use dashboards for call analysis and user activity.
Grafana MS Teams Observability home dashboard
Home dashboard with tenant-level call health and platform distribution.
Grafana MS Teams Observability calls list
Calls page with filters, health status, and drilldown entry points.
graph TD
    A["ms-teams-agent (Collector)"] -->|"OTLP / Loki Push"| B["Loki / Grafana Cloud Logs"]
    B -->|"LogQL queries"| C["MS Teams Observability App (dashboards)"]
    B -->|"GeoIP enrichment"| D["Subnet Location Datasource"]