docker運行prometheus

pull鏡像

docker pull prom/prometheus:latest

運行

docker run -p 9090:9090 \
-v /tmp/prometheus-data:/prometheus-data \
prom/prometheus

若是要映射配置文件docker

docker run -p 9090:9090 -v /tmp/prometheus.yml:/etc/prometheus/prometheus.yml \
       -v /tmp/prometheus-data:/prometheus-data \
       prom/prometheus

訪問

http://192.168.99.100:9090/graph
圖片描述express

計算實例,指標能夠從http://192.168.99.100:9090/me...中找spa

prometheus_target_interval_length_seconds{quantile="0.99"}

或者code

count(prometheus_target_interval_length_seconds)

圖片描述

查看圖形
圖片描述blog

doc

相關文章
相關標籤/搜索