How to verifiy metrics from supervisord

33 views
Skip to first unread message

Belmark Caday

unread,
Apr 2, 2020, 1:14:23 PM4/2/20
to Prometheus Users
I have enabled supervisord in node_exporter through
 --collector.supervisord.url="unix:///var/run/supervisor.sock" \
 --collector.supervisord \

now how do i verify in the localhost:9100/metrics that there are supervisord data?
or how do i verify if its working

im new to prometheus

Brian Candler

unread,
Apr 2, 2020, 5:14:15 PM4/2/20
to Prometheus Users
Using a guess that the metrics have "supervisord" in their name, try:

curl localhost:9100/metrics | grep supervisord

Reply all
Reply to author
Forward
0 new messages