prometheus-monitoring-setup

Installation
SKILL.md

Prometheus Monitoring Setup

Production monitoring with Prometheus and Grafana.

Core Concepts

  • Time-series metrics database
  • Pull-based metric collection
  • PromQL query language
  • Alert Manager for notifications
  • Service discovery

Patterns

Application Instrumentation

from prometheus_client import Counter, Histogram, Gauge, start_http_server
import time
Installs
1
First Seen
Apr 12, 2026
prometheus-monitoring-setup — coppermare/skillverse