From 42df8b12d9027f77e188186365a824178b8caefd Mon Sep 17 00:00:00 2001 From: likexuan Date: Thu, 1 Sep 2022 11:46:31 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20explore=20=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/explore/exploreItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index f8d57ebe1..d65b6fd97 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -378,11 +378,11 @@ instance_cpu_time_ns{app="fox", proc="widget", rev="4d3a513", env="prod", job="c

{instance=~"kafka-[23]",name="kafka"} != "kafka.server:type=ReplicaManager"

  • -

    Keep log lines that contain a substring that starts with tsdb-ops and ends with io:2003. A complete query with a regular expression:

    +

    Keep log lines that contain a substring that starts with tsdb-ops and ends with io:2003. A complete query with a regular expression:

    {name="kafka"} |~ "tsdb-ops.*io:2003"

  • -

    Keep log lines that contain a substring that starts with error=, and is followed by 1 or more word characters. A complete query with a regular expression:

    +

    Keep log lines that contain a substring that starts with error=, and is followed by 1 or more word characters. A complete query with a regular expression:

    {name="cassandra"} |~ `error=\w+`