gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 132/189: fix regex


From: gnunet
Subject: [taler-grid5k] 132/189: fix regex
Date: Thu, 28 Apr 2022 10:48:22 +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 575349e492f24bd663aaaa57409c2bcb77885ed0
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Fri Apr 8 16:38:54 2022 +0200

    fix regex
---
 configs/etc/monitor/promtail.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/etc/monitor/promtail.yaml 
b/configs/etc/monitor/promtail.yaml
index 4c7d6d2..95da09f 100644
--- a/configs/etc/monitor/promtail.yaml
+++ b/configs/etc/monitor/promtail.yaml
@@ -36,7 +36,7 @@ scrape_configs:
         selector: '{job="database"} |~ "duration:"'
         stages:
         - regex:
-            expression: '.*duration: (?P<time>\d+.?\d?)ms.*'
+            expression: '.*duration: (?P<time>\d+\.?\d?) ms.*'
         - metrics:
             num_slow_queries:
               prefix: 'taler_database_'

-- 
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]