gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 43/48: fix metric


From: gnunet
Subject: [taler-grid5k] 43/48: fix metric
Date: Sat, 28 May 2022 12:12:03 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit 1e9d072a65c6455ca26ceb19406c658b37fa57bf
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed May 25 13:34:05 2022 +0200

    fix metric
---
 configs/etc/monitor/postgres-exporter.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/etc/monitor/postgres-exporter.yaml 
b/configs/etc/monitor/postgres-exporter.yaml
index 416cc57..e215f07 100644
--- a/configs/etc/monitor/postgres-exporter.yaml
+++ b/configs/etc/monitor/postgres-exporter.yaml
@@ -159,7 +159,7 @@ pg_database:
         description: "Disk space used by the database"
 
 pg_wait_events:
-  query: "SELECT wait_event_type, wait_event, COUNT(wait_event), FROM 
pg_stat_activity WHERE wait_event IS NOT NULL GROUP BY (wait_event_type, 
wait_event)"
+  query: "SELECT wait_event_type, wait_event, COUNT(wait_event) FROM 
pg_stat_activity WHERE wait_event IS NOT NULL GROUP BY (wait_event_type, 
wait_event)"
   master: true
   metrics:
     - wait_event_type:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]