From b350e8b791d2480ffd14dd41031b350ddac1f858 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 7 Dec 2021 13:30:03 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.rst b/docs/logging.rst index a929c49bb..db2957b33 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -77,7 +77,7 @@ Query all logs for a keyword: Query all k8s apps for errors using a regular expression: -.. code:: PromQL +.. code:: '{job=~".+"} |~ `(error|fail|exception|fatal)`' -- GitLab