From 16cd22601afe517129d0d46008571e1c97c407fe Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 16 Jul 2019 23:21:32 +0200 Subject: [PATCH] Prometheus: air/chilled renamed to air/mixed --- prometheus/burrow-prometheus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index 6968bb9..ced7e4c 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -1,7 +1,7 @@ /* * A gateway between MQTT and Prometheus * - * (c) 2018 Martin Mares + * (c) 2018--2019 Martin Mares */ #include @@ -122,10 +122,10 @@ static const struct attr attr_table[] = { .topic = "burrow/air/outside-exhaust", }, { - .metric = "air_chilled", - .help = "Temperature of chilled air [degC]", + .metric = "air_mixed", + .help = "Temperature of mixed air [degC]", .type = "gauge", - .topic = "burrow/air/chilled", + .topic = "burrow/air/mixed", }, { .metric = "air_bypass", -- 2.39.2