From a36606961d300b42af4881af1655c95513df2630 Mon Sep 17 00:00:00 2001 From: theTibi Date: Wed, 29 Oct 2025 15:34:02 +0100 Subject: [PATCH] PMM-14437 - Update pg_custom_stat_activity_walsender metrics usage from GAUGE to LABEL in queries-hr.yml --- queries-hr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries-hr.yml b/queries-hr.yml index e137cadce..4d677cfc3 100644 --- a/queries-hr.yml +++ b/queries-hr.yml @@ -179,7 +179,7 @@ pg_custom_stat_activity_walsender: WHERE backend_type = 'walsender'; metrics: - pid: - usage: "GAUGE" + usage: "LABEL" description: "Process ID of the WAL sender" - usename: usage: "LABEL"