Skip to content

Commit

Permalink
fix(processors.filter): Rename processors.Filter -> processors.filter (
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrr authored Dec 14, 2023
1 parent 18e80f6 commit 73ed448
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 73ed448

Please sign in to comment.