Skip to content

Commit

Permalink
fix(processors.filter): Rename processors.Filter -> processors.filter (
Browse files Browse the repository at this point in the history
…#14460)

(cherry picked from commit 73ed448)
  • Loading branch information
dgrr authored and powersj committed Jan 8, 2024
1 parent 9a46997 commit e1c13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/processors/filter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (f *Filter) applyRules(m telegraf.Metric) bool {
}

func init() {
processors.Add("Filter", func() telegraf.Processor {
processors.Add("filter", func() telegraf.Processor {
return &Filter{}
})
}

0 comments on commit e1c13b9

Please sign in to comment.