Skip to content

Commit

Permalink
Add the integration label to the labels to keep list.
Browse files Browse the repository at this point in the history
It'll be dropped later, and it's required for the integration matcher later

Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Jan 16, 2025
1 parent 60bf6fa commit af8cca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ loki.process "pod_logs" {

// Only keep the labels that are defined in the `keepLabels` list.
stage.label_keep {
values = {{ . | toJson }}
values = {{ append . "integration" | toJson }}
}
{{- end }}

Expand Down

0 comments on commit af8cca6

Please sign in to comment.