I have prometheus
<code> 6 - job_name: "node"
5
4 # metrics_path defaults to '/metrics'
3 # scheme defaults to 'http'.
2
1 static_configs:
58 - targets: ["localhost:9100"]
</code>
<code> 6 - job_name: "node"
5
4 # metrics_path defaults to '/metrics'
3 # scheme defaults to 'http'.
2
1 static_configs:
58 - targets: ["localhost:9100"]
</code>
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
<code>http://localhost:9100/metrics
...
node_cooling_device_max_state
...
</code>
<code>http://localhost:9100/metrics
...
node_cooling_device_max_state
...
</code>
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
<code>curl http://localhost:9090/metrics
</code>
<code>curl http://localhost:9090/metrics
</code>
curl http://localhost:9090/metrics
1