Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Observability Setup

Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.

majiayu000 c9f0546 2 files · 1.5 KB Updated 567 repo stars

File contents

Observability Setup

Purpose

Set up metrics, logs, and traces for a service.

Inputs to request

  • Service architecture and key endpoints.
  • Existing logging and monitoring tools.
  • SLI or reliability targets.

Workflow

  1. Define key service indicators and error budget metrics.
  2. Instrument logs with correlation IDs.
  3. Set alerts for critical thresholds.

Output

  • Instrumentation checklist and alert plan.

Quality bar

  • Measure user impact, not just system health.
  • Avoid noisy alerts by defining clear thresholds.

majiayu000/claude-skill-registry-data/tree/main/devops/observability-setup-proflead-codex-skills-library commit c9f0546638

Frequently asked questions

npx skillmds add majiayu000/observability-setup-4