Skip to content

Commit

Permalink
fix: undo skip in change extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Nov 3, 2024
1 parent 288620d commit 49cf929
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scrapers/processors/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,6 @@ func (e Extract) Extract(ctx api.ScrapeContext, inputs ...v1.ScrapeResult) ([]v1
logScrapes := ctx.PropertyOn(true, "log.items")

for _, input := range inputs {
// Do not extract anything from change results
if len(input.Changes) > 0 {
continue
}

for k, v := range input.BaseScraper.Labels {
if input.Labels == nil {
input.Labels = map[string]string{}
Expand Down

0 comments on commit 49cf929

Please sign in to comment.