this field was added by commit 45c457a62941a7c4a86ce4327d7755edcd4b230e
("MINOR: log: adds counters on received syslog messages.")

Signed-off-by: William Dauchy <wdau...@gmail.com>
---
 contrib/prometheus-exporter/service-prometheus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/prometheus-exporter/service-prometheus.c 
b/contrib/prometheus-exporter/service-prometheus.c
index 0db75b6ae..6c5072b16 100644
--- a/contrib/prometheus-exporter/service-prometheus.c
+++ b/contrib/prometheus-exporter/service-prometheus.c
@@ -177,6 +177,7 @@ const struct promex_metric 
promex_global_metrics[INF_TOTAL_FIELDS] = {
        [INF_TOTAL_SPLICED_BYTES_OUT]        = { .n = 
IST("spliced_bytes_out_total"),       .type = PROMEX_MT_COUNTER, .flags = 
PROMEX_FL_INFO_METRIC },
        [INF_BYTES_OUT_RATE]                 = { .n = IST("bytes_out_rate"),    
            .type = PROMEX_MT_GAUGE,   .flags = PROMEX_FL_INFO_METRIC },
        //[INF_DEBUG_COMMANDS_ISSUED]          ignored
+       [INF_CUM_LOG_MSGS]                   = { .n = IST("recv_logs_total"),   
            .type = PROMEX_MT_COUNTER, .flags = PROMEX_FL_INFO_METRIC },
 };
 
 /* frontend/backend/server fields */
-- 
2.29.2


Reply via email to