telemetry-querying

Installation
SKILL.md

Telemetry Querying Skill

Use this skill as the entry point for any investigation, debugging, or data question that may be answered from telemetry data. This skill helps you decide where the relevant signal lives (metrics, logs, traces, RUM, APM) before diving into queries, then delegates to specialized skills for deep exploration.

Core Principle

Decide where to look before querying. Telemetry data is spread across multiple pillars. Choosing the right source first saves time and yields better answers.


Quick Routing Guide

Use this table for obvious cases where one pillar is the clear first choice:

Question Type First Choice Fallback
UI behavior, page load, frontend errors RUM Traces (if backend-related)
Endpoint latency, throughput, error rates Metrics Traces (for per-request detail)
Service-to-service dependencies, request flow Traces Logs (for debug output)
Related skills
Installs
5
GitHub Stars
101
First Seen
13 days ago