production-observability

Instruments production systems with OpenTelemetry, structured logging, metrics, tracing, and alerting.

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill production-observability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-observability
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/production-observability
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill production-observability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instrument production systems for end-to-end observability, enabling faster debugging and reliable monitoring.

Core Features & Use Cases

  • Logging: structured logs with correlation IDs and redaction
  • Metrics: counters, gauges, histograms, naming conventions
  • Tracing: OpenTelemetry integration across languages
  • Alerting: routing, escalation, and SLO/SLA alerts

Quick Start

Instrument your services for logging, metrics, and tracing in production and configure basic alerting.

Frequently Asked Questions about production-observability

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

FAQPage Schema
How do I implement distributed tracing with OpenTelemetry across microservices?

Distributed tracing with OpenTelemetry is implemented across microservices by applying instrumentation that connects spans, enabling end-to-end visibility during incident response and debugging.

What is the best way to add structured logging with correlation IDs in production?

Structured logging with correlation IDs is configured by formatting logs to include unique identifiers and redaction rules, ensuring secure and traceable event tracking across microservices.

How do I set up SLO and SLA alerting for production observability?

SLO and SLA alerting is set up by configuring routing and escalation patterns that trigger notifications based on collected metrics, ensuring reliable capacity planning and incident response.

Can I use this to collect metrics like counters and histograms for capacity planning?

Yes, you can collect metrics like counters, gauges, and histograms by applying naming conventions and sampling controls to instrument production systems for capacity planning.

Does this observability setup support log redaction for sensitive data?

Yes, the observability setup supports log redaction by applying structured logging rules that remove sensitive data, ensuring secure monitoring during debugging and incident response.