gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 72/189: cleaner regex


From: gnunet
Subject: [taler-grid5k] 72/189: cleaner regex
Date: Thu, 28 Apr 2022 10:47: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 6820aa128682f1618ac77cfd4c76edc7ecb9eb21
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat Mar 12 14:22:29 2022 +0100

    cleaner 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 fff0746..6bbbe4a 100644
--- a/configs/etc/monitor/promtail.yaml
+++ b/configs/etc/monitor/promtail.yaml
@@ -32,7 +32,7 @@ scrape_configs:
         selector: '{job="proxy"}'
         stages:
         - regex:
-            expression: 
'.*uri=/(?P<endpoint>[a-zA-Z]+)(?:/[a-zA-Z0-9]+)?(/(?P<action>[a-zA-Z]+))?.*'
+            expression: 
'.*uri=/(?P<endpoint>[a-zA-Z]+)(?:/\w+)?(?:/(?P<action>[a-zA-Z]+))?.*'
         - labels:
             endpoint:
             action:

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