Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wshobson avatar

Prometheus Configuration

  • 8.9k installs
  • 38.5k repo stars
  • Updated July 22, 2026
  • wshobson/agents

prometheus-configuration is an agent skill that Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, set.

About

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems. --- name: prometheus-configuration description: Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems. --- # Prometheus Configuration Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules. ## Purpose Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications. ## When to Use - Set up Prometheus monitoring - Configure metric scraping - Create recording rules - Design alert rules - Implement service discovery ## Detailed patterns and worked examples Detailed pattern documentation lives in `references/details.md`. Read that file when the navigation tier above is insufficient. **Use consistent naming** for metrics (prefix_name_unit) 2. **Set appropriate scrape intervals** (15-60s typical) 3.

  • Prometheus Configuration
  • Set up Prometheus monitoring
  • Configure metric scraping
  • Create recording rules
  • Implement service discovery

Prometheus Configuration by the numbers

  • 8,936 all-time installs (skills.sh)
  • +177 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #140 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

prometheus-configuration capabilities & compatibility

Capabilities
prometheus configuration · set up prometheus monitoring · configure metric scraping · create recording rules · implement service discovery
Use cases
documentation
From the docs

What prometheus-configuration says it does

--- name: prometheus-configuration description: Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications.
SKILL.md
Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.
SKILL.md
--- # Prometheus Configuration Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.
SKILL.md
## Purpose Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications.
SKILL.md
npx skills add https://github.com/wshobson/agents --skill prometheus-configuration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8.9k
repo stars38.5k
Security audit2 / 3 scanners passed
Last updatedJuly 22, 2026
Repositorywshobson/agents

What problem does prometheus-configuration solve for developers using this skill?

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or co

Who is it for?

Developers who need prometheus-configuration patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or co

What you get

Actionable workflows and conventions from SKILL.md for prometheus-configuration.

  • prometheus.yml scrape config
  • Alertmanager routing YAML
  • Helm values for kube-prometheus-stack

By the numbers

  • Documents kube-prometheus-stack Helm install from prometheus-community charts
  • Covers four downstream targets: Alertmanager, Grafana, Thanos, and Cortex

Files

SKILL.mdMarkdownGitHub ↗

Prometheus Configuration

Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules.

Purpose

Configure Prometheus for comprehensive metric collection, alerting, and monitoring of infrastructure and applications.

When to Use

  • Set up Prometheus monitoring
  • Configure metric scraping
  • Create recording rules
  • Design alert rules
  • Implement service discovery

Detailed patterns and worked examples

Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.

Best Practices

1. Use consistent naming for metrics (prefix_name_unit) 2. Set appropriate scrape intervals (15-60s typical) 3. Use recording rules for expensive queries 4. Implement high availability (multiple Prometheus instances) 5. Configure retention based on storage capacity 6. Use relabeling for metric cleanup 7. Monitor Prometheus itself 8. Implement federation for large deployments 9. Use Thanos/Cortex for long-term storage 10. Document custom metrics

Troubleshooting

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'

Related Skills

  • grafana-dashboards - For visualization
  • slo-implementation - For SLO monitoring
  • distributed-tracing - For request tracing

Related skills

How it compares

Choose prometheus-configuration when you need end-to-end Prometheus server YAML and alerting wiring rather than only in-app metric instrumentation.

FAQ

What does prometheus-configuration do?

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting s

When should I use prometheus-configuration?

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting s

Is prometheus-configuration safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.