fix(processors.filter): Rename processors.Filter -> processors.filter (#14460)
This commit is contained in:
parent
18e80f646d
commit
73ed448f1f
|
|
@ -69,7 +69,7 @@ func (f *Filter) applyRules(m telegraf.Metric) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
processors.Add("Filter", func() telegraf.Processor {
|
processors.Add("filter", func() telegraf.Processor {
|
||||||
return &Filter{}
|
return &Filter{}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue