Configures Prometheus for metric collection, scrape targets, recording rules, and alerting. Use when setting up monitoring infrastructure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/observability-monitoring:prometheus-configurationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications.
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
Check scrape targets:
curl http://localhost:9090/api/v1/targets
Check configuration:
curl http://localhost:9090/api/v1/status/config
Test query:
curl 'http://localhost:9090/api/v1/query?query=up'
grafana-dashboards - For visualizationslo-implementation - For SLO monitoringdistributed-tracing - For request tracingnpx claudepluginhub wshobson/agents --plugin observability-monitoringConfigures Prometheus for metric collection, scrape configs, recording rules, and alerting. Useful when setting up monitoring or troubleshooting Prometheus setup.
Configures Prometheus for time-series metrics collection, scrape targets, service discovery, recording rules, and federation patterns for multi-cluster deployments. Useful when setting up centralized monitoring for microservices or migrating to a modern observability stack.