Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 429 Bytes

prometheus-and-pushgateway

Example using Pushgateway and Prometheus

Boot

Boot the contianers:

docker-compose up -d

Seed

Seed prometheus, by pushing metrics to pushgateway, so that prometheus can scrape pushgateway:

bash write.sh

View Metrics

Access prometheus:

open http://localhost:9090/graph?g0.expr=heartrate&g0.tab=0&g0.stacked=0&g0.show_exemplars=0&g0.range_input=15m