Skip to content

Commit

Permalink
chore: [release-2.9.x] docs: Fix typo in structured-metadata.md (#12819)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Falk-Petersen <dev@falk-petersen.no>
  • Loading branch information
grafanabot and ways committed Apr 29, 2024
1 parent e3d42af commit 168aa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/get-started/labels/structured-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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:
Expand Down

0 comments on commit 168aa45

Please sign in to comment.