From: Martin Mares Date: Sat, 6 Jul 2019 22:37:44 +0000 (+0200) Subject: Prometheus: Bypass X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=108dc28424556d2be80c4331eccd289f6b70e4f2;p=home-hw.git Prometheus: Bypass --- diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index fe6d4ba..51de6ba 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -127,6 +127,12 @@ static const struct attr attr_table[] = { .type = "gauge", .topic = "burrow/air/chilled", }, + { + .metric = "air_bypass", + .help = "Heat exchanger bypass (0-1)", + .type = "gauge", + .topic = "burrow/air/bypass" + }, }; static char *attr_values[ARRAY_SIZE(attr_table)];