From 108dc28424556d2be80c4331eccd289f6b70e4f2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 7 Jul 2019 00:37:44 +0200 Subject: [PATCH] Prometheus: Bypass --- prometheus/burrow-prometheus.c | 6 ++++++ 1 file changed, 6 insertions(+) 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)]; -- 2.39.2