observability-engineering

Automate production observability setup with Prometheus, Grafana, and OpenTelemetry.

29|4|Updated Aug 10, 2025
One-click install
npx skills add https://github.com/greyhaven-ai/claude-code-config --skill observability-engineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-engineering
Source: https://github.com/greyhaven-ai/claude-code-config/tree/main/grey-haven-plugins/observability/skills/observability-engineering
Command: npx skills add https://github.com/greyhaven-ai/claude-code-config --skill observability-engineering

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and templates (resource) components.

What problem does it solve?

This Skill eliminates the complexity of setting up comprehensive observability systems, automatically handling monitoring, logging, tracing, and alerting so you can focus on building features.

Core Features & Use Cases

  • Production Monitoring: Complete Prometheus + Grafana setup with Golden Signals tracking.
  • Distributed Tracing: OpenTelemetry implementation for microservices debugging.
  • Use Case: Imagine your production service suddenly slows down. Use this Skill to automatically trace the request across all services, identify the bottleneck, and generate alerts before users notice.

Quick Start

Set up production monitoring for our API service using Prometheus and Grafana with the included dashboard templates.

Frequently Asked Questions about observability-engineering

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

FAQPage Schema
How do I set up production monitoring with Prometheus and Grafana?

Production monitoring with Prometheus and Grafana automates metric collection and visualization using pre-built dashboard templates. This Skill configures both tools end-to-end, enabling Golden Signals tracking across your infrastructure without manual setup.

Can I use OpenTelemetry for distributed tracing across microservices?

Distributed tracing with OpenTelemetry traces requests across microservices to identify performance bottlenecks and debug failures. This Skill implements OpenTelemetry configuration automatically, connecting all services into a unified tracing pipeline.

What's the best way to set up SLOs and alert rules for production services?

SLOs and alert rules define service reliability targets and trigger notifications when thresholds breach. This Skill generates SLO definitions and alert rules automatically, preventing incidents before users detect slowdowns or outages.

Does this support DataDog and Sentry integration for production observability?

DataDog and Sentry integration centralizes monitoring, logging, and error tracking in third-party platforms. This Skill satisfies requirements for both integrations alongside Prometheus and Grafana, letting you choose your observability stack.

How do I implement structured logging with multi-tenant support?

Structured logging with multi-tenant support ensures logs are machine-readable and properly isolated per tenant for security and querying. This Skill configures structured logging automatically across deployments, handling tenant isolation in cloud and microservice environments.