Hi
How can i achieve milliseconds reporting, while Prometheus is asking for metrics each 1 seconds
const analogGuage = new client.Gauge({ name: 'analog_read', help: 'Analog Read Value', labelNames: ["pin"] }); analogGuage.set({ pin: analog.i }, analog.v);
related to this question: https://stackoverflow.com/questions/60848803/prometheus-and-node-exporter-in-milliseconds/60849173?noredirect=1#comment107668001_60849173
Hi
How can i achieve milliseconds reporting, while Prometheus is asking for metrics each 1 seconds
const analogGuage = new client.Gauge({ name: 'analog_read', help: 'Analog Read Value', labelNames: ["pin"] }); analogGuage.set({ pin: analog.i }, analog.v);related to this question: https://stackoverflow.com/questions/60848803/prometheus-and-node-exporter-in-milliseconds/60849173?noredirect=1#comment107668001_60849173