observability

Guide logging, metrics, and tracing across services with OpenTelemetry instrumentation.

8|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/srstomp/pokayokay --skill observability-srstomp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/srstomp/pokayokay/tree/main/plugins/pokayokay/skills/observability
Command: npx skills add https://github.com/srstomp/pokayokay --skill observability-srstomp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Observability challenges across distributed systems can obscure root causes; this skill provides guidance on implementing logs, metrics, and traces to improve visibility and reliability.

Core Features & Use Cases

  • Structured Logging: adopt consistent log formats and correlation IDs to enable fast debugging.
  • Metrics & Dashboards: instrument services to emit meaningful metrics and build dashboards to monitor SLOs.
  • Distributed Tracing: implement OpenTelemetry instrumentation to trace requests across services and pinpoint bottlenecks.

Quick Start

Run a full observability setup by enabling logs, metrics, and traces across your services with OpenTelemetry instrumentation.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I implement distributed tracing across microservices?

Structured logging adopts consistent log formats and correlation IDs to enable fast debugging across Node.js and cloud environments. It improves observability by ensuring log entries are queryable and traceable across services.

What is the best way to monitor SLOs with dashboards?

Yes, this observability approach applies to production-grade systems and microservices across Node.js, cloud, and containerized environments. It provides patterns for instrumentation, alerting, and runbooks regardless of the specific deployment platform.

How do I set up alerts and runbooks for system observability?

OpenTelemetry provides the instrumentation framework to implement distributed tracing across services and trace requests end-to-end. It enables you to pinpoint bottlenecks and improve visibility in complex distributed systems.

Why does my distributed system lack visibility into root causes?

Distributed systems often obscure root causes because of fragmented logs, metrics, and traces. Implementing structured logging, metrics instrumentation, and distributed tracing with correlation IDs improves visibility and reliability.