agent-module-observability-instrumentation

Define four-pillar observability with JSON logging, OpenTelemetry tracing, metrics, and alerts.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/lebiraja/skills4agents --skill agent-module-observability-instrumentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-module-observability-instrumentation
Source: https://github.com/lebiraja/skills4agents/tree/main/agent-module-observability-instrumentation
Command: npx skills add https://github.com/lebiraja/skills4agents --skill agent-module-observability-instrumentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instrument teams with a consistent, production-grade observability stack to make failures traceable, performant, and actionable.

Core Features & Use Cases

  • Structured logging with correlation IDs for cross-service debugging.
  • Distributed tracing to visualize request flow and latency.
  • Metrics collection for real-time health and business KPIs.
  • Alerting linked to runbooks for rapid incident response.

Quick Start

Instrument your services using the Observability Standard to enable logs, traces, metrics, and alerts.

Frequently Asked Questions about agent-module-observability-instrumentation

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

FAQPage Schema
How do I implement unified observability across distributed services?

Structured logging with correlation IDs enables cross-service debugging by attaching unique identifiers to requests, allowing you to trace transaction flows across backend services, frontend clients, and async workers in production environments.

How do I set up distributed tracing to visualize request flow and latency?

Distributed tracing uses OpenTelemetry to visualize request flow and latency across services. It maps interactions between components to simplify debugging and identify performance bottlenecks in production.

Does this observability instrumentation work with frontend clients and async workers?

Yes, this observability instrumentation applies to backend services, frontend clients, and async workers. It provides lifecycle guidance and validation steps to ensure consistent logging, tracing, and metrics collection across all components.

What is the best way to link alerts to runbooks for rapid incident response?

The best way to link alerts to runbooks for rapid incident response is through a unified observability standard that pairs Prometheus-style metrics with actionable runbook attachments, ensuring failures are traceable and quickly resolvable.

Do I need OpenTelemetry to establish unified observability across services?

Yes, OpenTelemetry is required for distributed tracing within this four-pillar observability model. It works alongside JSON logging and Prometheus-style metrics to establish unified observability across services.