Configures Prometheus for metric collection, storage, and monitoring of infrastructure and applications. Use when setting up scraping, recording rules, alerting, or service discovery.
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 tracing3plugins reuse this skill
First indexed Jul 7, 2026
npx claudepluginhub wshobson/agents --plugin observability-monitoringConfigures Prometheus for metric collection, storage, and monitoring of infrastructure and applications. Use when setting up scraping, recording rules, alerting, or service discovery.
Guides Prometheus setup, scrape configuration, metric collection, and recording rules for infrastructure and application monitoring.
Sets up Prometheus for metric collection, storage, and monitoring. Covers installation via Helm and Docker Compose, scrape configuration, recording rules, and alerting.