From 6e1680b9d1f077f4ea9cb8d39b361ea2c82b7dae Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Mon, 29 Apr 2024 17:33:51 +0200 Subject: [PATCH] docs: Fix typo in structured-metadata.md (#12818) --- 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 319af3886d..99f46f7087 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: