From: Martin Mares Date: Fri, 19 Jul 2019 18:44:35 +0000 (+0200) Subject: Prometheus: Some averages X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c250b8899dcfafb4a3143fec04bf28cba23e9249;p=home-hw.git Prometheus: Some averages --- diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index a1c4845..fc2c582 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -127,6 +127,18 @@ static const struct attr attr_table[] = { .type = "gauge", .topic = "burrow/air/mixed", }, + { + .metric = "air_inside_intake_avg", + .help = "Average temperature of air intake from inside [degC]", + .type = "gauge", + .topic = "burrow/avg/air/inside-intake", + }, + { + .metric = "air_outside_intake_avg", + .help = "Average temperature of air intake from outside [degC]", + .type = "gauge", + .topic = "burrow/avg/air/outside-intake", + }, { .metric = "air_bypass", .help = "Heat exchanger bypass (0-1)",