Skip to content

Commit d078f88

Browse files
adds references to label types (#4561)
* adds references to label types * Update docs/sources/reference/components/loki/loki.process.md Co-authored-by: Clayton Cornell <[email protected]> * Update docs/sources/reference/components/loki/loki.process.md Co-authored-by: Clayton Cornell <[email protected]> --------- Co-authored-by: Clayton Cornell <[email protected]>
1 parent 4fc8195 commit d078f88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ stage.label_keep {
582582

583583
The `stage.labels` inner block configures a labels processing stage that can read data from the extracted values map and set new labels on incoming log entries.
584584

585+
For labels that are static, refer to [`stage.static_labels`][stage.static_labels]
586+
585587
The following arguments are supported:
586588

587589
| Name | Type | Description | Default | Required |
@@ -1461,6 +1463,8 @@ stage.sampling {
14611463

14621464
The `stage.static_labels` inner block configures a static_labels processing stage that adds a static set of labels to incoming log entries.
14631465

1466+
For labels that are dynamic, refer to [`stage.labels`][stage.labels]
1467+
14641468
The following arguments are supported:
14651469

14661470
| Name | Type | Description | Default | Required |

0 commit comments

Comments
 (0)