observability-and-instrumentation

Add structured telemetry and diagnostic instrumentation to production software systems.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/MinhDuyDEV/mdpi --skill observability-and-instrumentation-minhduydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability-and-instrumentation
Source: https://github.com/MinhDuyDEV/mdpi/tree/main/.pi/skills/observability-and-instrumentation
Command: npx skills add https://github.com/MinhDuyDEV/mdpi --skill observability-and-instrumentation-minhduydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid blind production failures by adding the telemetry needed to understand system behavior, diagnose incidents, and verify that features operate reliably.

Core Features & Use Cases

  • Structured Logging: Adds queryable event logs with stable fields, correlation IDs, and safe handling of sensitive information.
  • Metrics and Tracing: Implements production signals such as RED metrics, OpenTelemetry traces, and actionable instrumentation patterns.
  • Alerting Guidance: Creates symptom-based alerts with thresholds, runbooks, and verification steps for production readiness.

Quick Start

Use the observability-and-instrumentation skill to add production-ready logging, metrics, tracing, and alerting guidance to my feature.

Frequently Asked Questions about observability-and-instrumentation

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

FAQPage Schema
How do I add structured logging and distributed tracing to my production services?

To add structured logging and distributed tracing to production services, implement queryable event logs with stable fields and correlation IDs, alongside OpenTelemetry traces, to support operational diagnosis and make system behavior visible.

What is the best way to instrument services for RED metrics and production visibility?

The best way to instrument services for RED metrics and production visibility is to implement bounded metrics and actionable instrumentation patterns, ensuring you capture the necessary production signals to diagnose incidents and verify feature reliability.

How do I set up symptom-based alerting for production incidents?

To set up symptom-based alerting for production incidents, create alerts with specific thresholds, runbooks, and verification steps, ensuring your monitoring setup supports operational diagnosis and production readiness.

Can I use OpenTelemetry traces to diagnose blind production failures?

Yes, you can use OpenTelemetry traces to diagnose blind production failures by adding telemetry that makes production behavior visible, providing distributed traces needed to understand system behavior during incidents.

When do I need observability instrumentation for my software integrations?

You need observability instrumentation for software integrations when you must verify that features operate reliably, requiring actionable logs, bounded metrics, distributed traces, and validated alerts to support operational diagnosis.

Does structured logging handle sensitive information safely?

Structured logging handles sensitive information safely by adding queryable event logs with stable fields, correlation IDs, and specific safe handling mechanisms for sensitive data to ensure secure production visibility.