Skip to content

Commit

Permalink
fix: structured metadata not always passed down for processing deletes (
Browse files Browse the repository at this point in the history
#15526)

Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean authored Dec 20, 2024
1 parent e34944d commit a3808b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logql/log/metrics_extraction.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (sp *filteringStreamExtractor) Process(ts int64, line []byte, structuredMet
}
}

return sp.extractor.Process(ts, line)
return sp.extractor.Process(ts, line, structuredMetadata...)
}

func (sp *filteringStreamExtractor) ProcessString(ts int64, line string, structuredMetadata ...labels.Label) (float64, LabelsResult, bool) {
Expand Down

0 comments on commit a3808b6

Please sign in to comment.