Sign inSign up

parfen/prometheus-akka

By parfen

Updated over 7 years ago

Image
0

179

parfen/prometheus-akka repository overview

This is a Prometheus image created for the Akka prototype.

To start it up use following command: docker run -d -e AKKA_TARGET_HOST={ip:port} -e SCRAPE_INTERVAL={scrape_interval} -e EVALUATION_INTERVAL={evaluation_intarval} -p 9090:9090 --name prometheus-akka parfen/prometheus-akka

Example of command: docker run -d -e AKKA_TARGET_HOST=10.100.18.148:9095 -e SCRAPE_INTERVAL=1s -e EVALUATION_INTERVAL=15s -p 9090:9090 --name prometheus-akka parfen/prometheus-akka

Examples of SCRAPE_INTERVAL: 100ms, 1s It is an interval of scraping metrics endpoints. The recommended value - not less then 1s.

Example of EVALUATION_INTERVAL: 100ms, 1s It is an interval of rules evaluation.

Tag summary

Content type

Image

Digest

Size

47 MB

Last updated

over 7 years ago

docker pull parfen/prometheus-akka