observability

Configure structured logging, tracing, metrics, and error tracking for applications.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Scheune10-coding/my-claude-code-skills --skill observability-scheune10-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/Scheune10-coding/my-claude-code-skills/tree/main/observability
Command: npx skills add https://github.com/Scheune10-coding/my-claude-code-skills --skill observability-scheune10-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Observability infrastructure is often fragmented; this skill consolidates logs, traces, metrics, and error monitoring into a cohesive observability stack to improve performance visibility and incident response.

Core Features & Use Cases

  • Structured logging with Python structlog and Node.js Pino
  • Distributed tracing via OpenTelemetry
  • Metrics collection and dashboards (CloudWatch, Grafana, Datadog)
  • Error tracking with Sentry for crash reports and failures
  • Quick-start oriented integration and dashboards setup

Quick Start

Instrument your application with logging, tracing, and metrics using OpenTelemetry, Sentry, and your cloud provider, and verify observability dashboards.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I set up structured logging with Python structlog and Node.js Pino?

You can set up structured logging using Python structlog and Node.js Pino to standardize application log output. This consolidates logs, traces, metrics, and error tracking into a cohesive observability stack for improved incident response.

What is the best way to add distributed tracing to cloud-native applications?

Distributed tracing via OpenTelemetry provides end-to-end visibility across backend and frontend services. It solves fragmented observability by unifying traces, metrics, and logs for cloud-native applications.

Can I use Sentry for error tracking alongside OpenTelemetry metrics?

Yes, Sentry integrates for error tracking and crash reports alongside OpenTelemetry tracing and metrics. This combination meets production-grade requirements for an integrated observability stack with alerting and dashboards.

Does this observability stack support Grafana, CloudWatch, and Datadog dashboards?

Yes, metrics collection and dashboards are configurable via CloudWatch, Grafana, or Datadog. This supports cloud-native stacks across Python and Node.js services for production-grade observability monitoring.

How do I instrument an application for logs, traces, and metrics collection?

Instrument your application using OpenTelemetry, Sentry, and your cloud provider to collect logs, traces, and metrics. Verify observability dashboards to ensure end-to-end visibility and resolve fragmented performance monitoring.