docs: Fix typo in structured-metadata.md (#12818)

pull/12755/head
Lars Falk-Petersen 2 years ago committed by GitHub
parent 2d62fca05d
commit 6e1680b9d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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:

Loading…
Cancel
Save