gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 78/189: fix


From: gnunet
Subject: [taler-grid5k] 78/189: fix
Date: Thu, 28 Apr 2022 10:47:28 +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 f7bdc1044973eead684e0a9a78c7103a605dabe1
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Mar 12 21:33:55 2022 +0100

    fix
---
 configs/etc/monitor/promtail.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/etc/monitor/promtail.yaml 
b/configs/etc/monitor/promtail.yaml
index 3aefff3..172f098 100644
--- a/configs/etc/monitor/promtail.yaml
+++ b/configs/etc/monitor/promtail.yaml
@@ -40,7 +40,7 @@ scrape_configs:
            endpoint:
            status:
     - match:
-       selector: '{job="proxy"} | s=200 |~ "(/withdraw|/deposit)"'
+       selector: '{job="proxy"} |~ "s=200" |~ "(/withdraw|/deposit)"'
        stages:
        - metrics:
            tps:
@@ -48,7 +48,7 @@ scrape_configs:
              description: "Transactions per Second (successful requests to 
/withdraw and /deposit)"
              config:
                match_all: true
-               action: increment
+               action: inc
 - job_name: wallet
   syslog:
     listen_address: 0.0.0.0:1516

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