标签: go prometheus metrics prometheus-pushgateway
我想将我的Raspberry指标推送到Prometheus,因为Raspberry在专用网络中,所以我安装了google/cadvisor来收集我的指标。我可以从http://localhost:8080/metrics获取指标。
google/cadvisor
http://localhost:8080/metrics
得到这个。
这是文本格式,我可以通过"github.com/prometheus/client_golang/prometheus/push"将单个项目推送到pushgateway,但是如何一次推送多个项目。
"github.com/prometheus/client_golang/prometheus/push"