analyzing-apm-data

Analyze APM telemetry using the RED methodology for service health monitoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustomax/observe-community-mcp --skill analyzing-apm-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-apm-data
Source: https://github.com/rustomax/observe-community-mcp/tree/main/skills/analyzing-apm-data
Command: npx skills add https://github.com/rustomax/observe-community-mcp --skill analyzing-apm-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users to analyze APM telemetry using the RED methodology to quickly assess service health, identify latency and error drivers, and prioritize remediation efforts.

Core Features & Use Cases

  • Provides a clear decision framework on when to use metrics versus spans for APM analysis.
  • Outlines discovery workflows, SMART patterns, and practical dashboards for monitoring service health and SLOs.
  • Supports root-cause analysis by guiding drill-down from metrics overview to span-level investigation and trace analysis.
  • Useful for incident response, capacity planning, and performance optimization across distributed services.

Quick Start

Analyze a running Observe deployment by first comparing per-service latency and error rates over the last 24 hours, then drill into the top offenders with span-level inspection.

Frequently Asked Questions about analyzing-apm-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor service health using the RED methodology with APM telemetry?

You analyze APM telemetry by comparing per-service Rate, Errors, and Duration metrics over a specific timeframe, then drill into top offenders with span-level inspection. This RED methodology workflow quickly identifies latency and error drivers for prioritized remediation.

When should I use metrics versus spans for APM analysis?

Use metrics for broad service overviews, dashboard monitoring, and capacity planning across distributed services. Use spans for deep root-cause analysis, end-to-end trace investigation, and drilling down into specific latency or error drivers identified by metrics.

How do I use TDigest percentiles for latency analysis in Observe?

TDigest percentiles calculate latency distributions to accurately monitor service SLOs and performance. Apply TDigest within Observe metrics to compare per-service latency over time, enabling precise identification of slow services for span-level investigation.

What is the best way to investigate root-cause latency issues across microservices?

The best way to investigate root-cause latency is a drill-down workflow from metrics overview to span-level inspection. Start by comparing per-service error rates and latency over 24 hours, then trace top offenders using Observe spans.

Can I use APM telemetry analysis for incident response and capacity planning?

APM telemetry analysis supports incident response by quickly identifying service health degradation and error drivers. It also enables capacity planning by comparing per-service latency and error rates across distributed microservices using Observe metrics.