Skip to content

Commit

Permalink
docs: Fix typo in structured-metadata.md (#12818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ways authored Apr 29, 2024
1 parent 2d62fca commit 6e1680b
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 @@ -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:
Expand Down

0 comments on commit 6e1680b

Please sign in to comment.