I have prometheus
6 - job_name: "node"
5
4 # metrics_path defaults to '/metrics'
3 # scheme defaults to 'http'.
2
1 static_configs:
58 - targets: ["localhost:9100"]
node exporter running on port 9100
http://localhost:9100/metrics
...
node_cooling_device_max_state
...
But when I try to access prometheus it doesn’t see metric node_cooling_device_max_state
curl http://localhost:9090/metrics
1