All Azure services

Azure · Operations

Application Insights

APM and distributed tracing.

Official docs

Overview

Application Insights (part of Azure Monitor) instruments apps for telemetry, traces, dependencies and live metrics.

When to use it

  • Diagnose slow flows
  • Correlate failing e2e tests with backend traces

Setup

  1. Provision App Insights resource.
  2. Instrument with SDK or auto-instrumentation.

How to use

Trace propagation

Pass traceparent header from Playwright tests to correlate with backend spans.

QA use cases

  • Open the trace for a failing test directly from the report URL.