]> mj.ucw.cz Git - home-hw.git/commitdiff
Prometheus: air/chilled renamed to air/mixed
authorMartin Mares <mj@ucw.cz>
Tue, 16 Jul 2019 21:21:32 +0000 (23:21 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 16 Jul 2019 21:21:32 +0000 (23:21 +0200)
prometheus/burrow-prometheus.c

index 6968bb92aadcaf94b41d52e5d1120550b55f0424..ced7e4c06b2e99f8741cc1c063471a08571a54d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     A gateway between MQTT and Prometheus
  *
- *     (c) 2018 Martin Mares <mj@ucw.cz>
+ *     (c) 2018--2019 Martin Mares <mj@ucw.cz>
  */
 
 #include <ucw/lib.h>
@@ -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",