observability

Unify observability with structured logging, tracing, metrics, and error tracking.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/vndee/engineering-skills --skill observability-vndee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/vndee/engineering-skills/tree/main/.claude/skills/observability
Command: npx skills add https://github.com/vndee/engineering-skills --skill observability-vndee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production systems drown in unstructured signals; this Skill provides structured logging, distributed tracing, metrics, and error tracking to surface actionable insights and reduce mean time to detect and repair incidents.

Core Features & Use Cases

  • Structured logging across services to provide consistent, queryable event data.
  • End-to-end tracing with OpenTelemetry to visualize request flows.
  • Metrics and health signals with Prometheus-compatible instrumentation.
  • Centralized error tracking and context-rich alerts with Sentry.

Quick Start

Install and wire the instrumentation in your Go, Python, or React services to emit logs, traces, and metrics with minimal configuration.

Frequently Asked Questions about observability

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

FAQPage Schema
How do I set up distributed tracing across Go, Python, and React services?

Structured logging provides consistent, queryable event data across services to surface actionable insights, replacing unstructured signals that drown production systems and increase incident detection time.

Can I use Prometheus and Sentry together for metrics and error tracking?

Yes, integrating Prometheus-compatible metrics with Sentry error tracking delivers centralized alerts and rich context, enabling rapid incident response and reducing mean time to repair.

What is the best way to unify application observability for microservices?

You can start by installing and wiring OpenTelemetry, Prometheus, and Sentry instrumentation into your Go, Python, or React services to emit logs, traces, and metrics with minimal configuration.

Do I need OpenTelemetry to monitor request lifecycles across dependencies?

Yes, OpenTelemetry provides the end-to-end tracing needed to visualize request flows and monitor request lifecycles across dependencies in distributed Go, Python, and React service environments.