god-observability

Automate observability design and instrumentation for distributed systems using metrics, logs, and traces.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/gnanirahulnutakki/god-skill-suite --skill god-observability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: god-observability
Source: https://github.com/gnanirahulnutakki/god-skill-suite/tree/main/skills/god-observability
Command: npx skills add https://github.com/gnanirahulnutakki/god-skill-suite --skill god-observability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Achieve reliable, debuggable systems by standardizing metrics, logs, and traces across distributed components, enabling rapid incident investigation and root-cause analysis.

Core Features & Use Cases

  • End-to-end instrumentation with OpenTelemetry across languages
  • Centralized metrics (Prometheus), logs (ELK/OpenSearch/Loki), and traces (Jaeger/Tempo)
  • Grafana dashboards and alerting integrations (Prometheus Alertmanager, Loki, OpenSearch)
  • Cardinality management, sampling strategies, and trace context propagation
  • Production-ready patterns for incident response and postmortem analysis

Quick Start

Load the god-observability system prompt and begin applying battle-hardened observability practices to your services.

Frequently Asked Questions about god-observability

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

FAQPage Schema
How do I instrument microservices for distributed tracing with OpenTelemetry?

Implement end-to-end observability for cloud-native deployments by standardizing metrics, logs, and traces, enabling rapid incident investigation and root-cause analysis across distributed system components.

How do I set up Prometheus and Grafana alerting for microservices?

Manage metrics cardinality in Prometheus by applying production-ready sampling strategies and high-cardinality label management techniques to control storage costs and query performance.

Can I use Loki and Jaeger for centralized observability?

Yes, OpenTelemetry supports cross-backend compatibility, allowing you to route telemetry data to Prometheus, Loki, and Jaeger simultaneously while propagating trace context across distributed components.

What is the best way to propagate trace context across distributed systems?

Apply safe logging practices in observability by standardizing log formats, avoiding sensitive data exposure, and correlating log events with distributed traces for accurate postmortem analysis.

How do I manage metrics cardinality when monitoring cloud-native deployments?

Design alerting for observability by configuring Prometheus Alertmanager rules, integrating with Grafana dashboards, and establishing actionable thresholds to reduce false positives during incident response.