Skip to content

Commit de1a51c

Browse files
fix(loki.process.md): stage.tenant example (#3025) (#3033)
(cherry picked from commit 384be10) Co-authored-by: wtf-is-flying <[email protected]>
1 parent db29863 commit de1a51c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sources/reference/components/loki/loki.process.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,11 @@ The final example extracts the tenant ID from a label set by a previous stage:
15771577

15781578
```alloy
15791579
stage.labels {
1580-
"namespace" = "k8s_namespace"
1580+
values = {
1581+
"namespace" = "k8s_namespace",
1582+
}
15811583
}
1584+
15821585
stage.tenant {
15831586
label = "namespace"
15841587
}

0 commit comments

Comments
 (0)