Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.31 KB

prometheus-cheat-sheet.md

File metadata and controls

28 lines (22 loc) · 1.31 KB

Prometheus cheat sheet

pull metrics from different sources and write them in TSDB ( internal, InfluxDB ... )

Architecture

links

# --volume /path/to/prometheus.yml:/etc/prometheus/prometheus.yml \
docker run --name prometheus -d --publish 9090:9090 prom/prometheus

ports of Prometheus ecosystem

  • 9090 for Prometheus
  • 9093 for the Alertmanager

prometheus is working in pull mode, that means observed system should emit http-endpoint on some port