Skip to content

Commit

Permalink
Correct receiver name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies committed Nov 14, 2023
1 parent f2220de commit ff9fe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/logql/log/label_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (d *BytesLabelFilter) Process(_ int64, line []byte, lbs *LabelsBuilder) ([]
}
}

func (b *BytesLabelFilter) isLabelFilterer() {}
func (d *BytesLabelFilter) isLabelFilterer() {}

func (d *BytesLabelFilter) RequiredLabelNames() []string {
return []string{d.Name}
Expand Down Expand Up @@ -274,7 +274,7 @@ func (d *DurationLabelFilter) Process(_ int64, line []byte, lbs *LabelsBuilder)
}
}

func (b *DurationLabelFilter) isLabelFilterer() {}
func (d *DurationLabelFilter) isLabelFilterer() {}

func (d *DurationLabelFilter) RequiredLabelNames() []string {
return []string{d.Name}
Expand Down

0 comments on commit ff9fe4d

Please sign in to comment.