observability

Collect logs, metrics, and traces with OpenTelemetry for service observability.

4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/thejordanleopold/claude-code-skills-distilled --skill observability-thejordanleopold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/thejordanleopold/claude-code-skills-distilled/tree/main/observability
Command: npx skills add https://github.com/thejordanleopold/claude-code-skills-distilled --skill observability-thejordanleopold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide production-grade observability for services by collecting logs, metrics, and traces to enable debuggability, alerting, and faster incident response.

Core Features & Use Cases

  • Logs: structured, centralized logging with trace correlation.
  • Metrics & Traces: standardized metrics and distributed tracing to diagnose bottlenecks and latency issues; OpenTelemetry integration guidance.
  • Alerts & Dashboards: guidance on alerting design and dashboards to monitor service health and on-call workflows.

Quick Start

Instrument your services with logs, metrics, and traces using OpenTelemetry to begin collecting data for real-time monitoring.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I set up observability for my production services?

Production observability requires instrumenting services to collect logs, metrics, and traces. Using OpenTelemetry provides standardized data collection for real-time monitoring, incident debugging, and service health visibility.

What is the best way to correlate logs and traces for incident debugging?

Correlating logs and traces requires structured centralized logging with trace propagation. This enables end-to-end visibility across distributed services, allowing you to diagnose bottlenecks and latency issues faster during incident debugging.

How do I design effective alerts and dashboards for on-call workflows?

Effective alerting and dashboards require standardized metrics and recommended layouts that monitor service health. Proper alert design supports on-call workflows by ensuring real-time visibility and faster incident response.

Can I add observability to existing production systems?

Yes, observability is applicable to both new services and existing production systems. You can instrument existing systems with structured logs, standardized metrics, and trace propagation to enable debuggability and alerting.

Do I need OpenTelemetry to implement tracing and metrics collection?

OpenTelemetry provides integration guidance for standardized metrics and distributed tracing. While it is the recommended approach for collecting traces and diagnosing latency issues, structured logs and trace propagation are also required for full observability.