You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
I'm wondering if it's possible to graph the targets in Prometheus. I've tried searching for this but have come up empty handed.
I'm trying to achieve the following:
Target| status node-exporter |Online node-exporter 2|Offline
s
Does anyone know if this is possible to extract from Prometheus?
Christian Hoffmann
unread,
Jun 9, 2020, 12:09:21 PM6/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Erik Lilja, Prometheus Users
Hi,
shouldn't this just be the data from the simple query for the "up" metric?
It would include the job name (e.g. job="node") as well as the
availability status (0 vs. 1). You can handle the translation of the
value 0/1 to Offline/Online within Grafana, I think.