Loading...
Loading...
Prometheus monitoring and alerting with PromQL. Use for metrics collection.
npx skill4agent add g1joshi/agent-skills prometheus# prometheus.yml
global:
scrape_interval: 15s
scrape_configs:
- job_name: "node"
static_configs:
- targets: ["localhost:9100"]http_requests_total{method="POST", handler="/api"}rate(http_requests_total[5m])ServiceMonitor