From 7de14ef648a034ef012bc1c451782253021296ed Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 19 Jul 2019 09:48:45 +0200 Subject: [PATCH] Prometheus: Fix topic name --- prometheus/burrow-prometheus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index 2e9bd07..a1c4845 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -137,7 +137,7 @@ static const struct attr attr_table[] = { .metric = "air_fan_pwm", .help = "Heat exchanger fan PWM (0-255)", .type = "gauge", - .topic = "burrow/air/fan-pwm" + .topic = "burrow/air/exchanger-fan" }, { // Common heading for all voltages -- 2.39.2