Prometheus

Prometheus

NeuralBlitz Updated 1 repo stars

File contents

Prometheus

Prometheus is an open-source monitoring system with a dimensional data model, flexible query language, efficient time series database, and modern alerting approach.

Key Concepts

  • Pull-based metrics collection
  • PromQL query language
  • Service discovery
  • Alertmanager for alerting
  • Exporters for integration

Common Use Cases

  • Infrastructure monitoring
  • Application metrics (Red metrics)
  • Service discovery integration
  • Alerting and on-call
  • SLO/SLI monitoring

Best Practices

  • Use consistent labeling
  • Implement proper retention policies
  • Avoid high-cardinality labels
  • Set up alert routing
  • Use recording rules

Resources

  • Prometheus.io: prometheus.io/docs
  • Related Skills: monitoring, grafana, alerting

NeuralBlitz/Agent-Gateway/tree/main/agent-gateway/skills/user/categories/devops/prometheus commit d2355cbfa5

Frequently asked questions

npx skillmds@latest add neuralblitz/prometheus-2