From 80e499822ddd7b361f8311d59592f207d62af783 Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Mon, 29 Apr 2024 15:17:08 +0200 Subject: [PATCH] Update structured-metadata.md Remove a rouge "`" --- docs/sources/get-started/labels/structured-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/labels/structured-metadata.md b/docs/sources/get-started/labels/structured-metadata.md index 319af3886d97c..99f46f7087925 100644 --- a/docs/sources/get-started/labels/structured-metadata.md +++ b/docs/sources/get-started/labels/structured-metadata.md @@ -57,7 +57,7 @@ You can use labels of structured metadata to filter log line using a [label filt For example, if you have a label `pod` attached to some of your log lines as structured metadata, you can filter log lines using: ```logql -{job="example"} | pod="myservice-abc1234-56789"` +{job="example"} | pod="myservice-abc1234-56789" ``` Of course, you can filter by multiple labels of structured metadata at the same time: