this field was added in commit bd7151002437af1a034a9fdbb582b3cbef5a78d1
("MINOR: stats: report server's user-configured weight next to effective
weight")

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 f10e78f49..0db75b6ae 100644
--- a/contrib/prometheus-exporter/service-prometheus.c
+++ b/contrib/prometheus-exporter/service-prometheus.c
@@ -280,6 +280,7 @@ const struct promex_metric 
promex_st_metrics[ST_F_TOTAL_FIELDS] = {
        [ST_F_SAFE_CONN_CUR]=   { .n = IST("safe_idle_connections_current"),    
.type = PROMEX_MT_GAUGE,    .flags = (                                          
       PROMEX_FL_SRV_METRIC) },
        [ST_F_USED_CONN_CUR]  = { .n = IST("used_connections_current"),         
.type = PROMEX_MT_GAUGE,    .flags = (                                          
       PROMEX_FL_SRV_METRIC) },
        [ST_F_NEED_CONN_EST]  = { .n = IST("need_connections_current"),         
.type = PROMEX_MT_GAUGE,    .flags = (                                          
       PROMEX_FL_SRV_METRIC) },
+       [ST_F_UWEIGHT]        = { .n = IST("uweight"),                          
.type = PROMEX_MT_GAUGE,    .flags = (                         
PROMEX_FL_BACK_METRIC | PROMEX_FL_SRV_METRIC) },
 };
 
 /* Description of overriden stats fields */
-- 
2.29.2


Reply via email to