Hello,
I have been using Grafana to monitor my Unraid server and Pihole. I thought I try Alloy and install this on my Windows PC. I am using Grafana with Prometheus using the Node Exporter. I made sure to label the various targets using:
- targets: ["*.*.*.*:12345"] # Your AlloyPC IP:PORT
labels:
hostname: alloy
Now I doubly checked in Prometheus this is where it now has the hostname label, now I want to use a dashboard by separating the alloy PC and displaying its metrics. Using the Node Exporter Full try to modify that since there is no specific alloy flavour dashboard yet. Is there any way to use the Settings → Variables to select the specific hostname, or do I need to go about this differently?
Cheers,