Open WGH- opened 6 months ago
When UPS is disconnected, apcupsd_exporter returns zero metrics (e.g. apcupsd_line_volts{ups="foobar"} 0) instead of returning error or just omitting missing metrics values, which pollute Prometheus with bogus data.
apcupsd_exporter
apcupsd_line_volts{ups="foobar"} 0
@WGH- If you're interested, I just wrote my apcupsd exporter.
When UPS is disconnected,
apcupsd_exporter
returns zero metrics (e.g.apcupsd_line_volts{ups="foobar"} 0
) instead of returning error or just omitting missing metrics values, which pollute Prometheus with bogus data.