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 <pete.wall@grafana.com>
  • Loading branch information
petewall committed Jan 16, 2025
1 parent ffe7606 commit bd4a7ab
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 bd4a7ab

Please sign in to comment.