chore(inputs.io)!: Remove deprecated plugin (#14861)
This commit is contained in:
parent
d1f5728187
commit
b6489e2d46
|
|
@ -176,8 +176,4 @@ func init() {
|
|||
inputs.Add("diskio", func() telegraf.Input {
|
||||
return &DiskIO{ps: ps, SkipSerialNumber: true}
|
||||
})
|
||||
// Backwards compatible alias
|
||||
inputs.Add("io", func() telegraf.Input {
|
||||
return &DiskIO{ps: ps, SkipSerialNumber: true}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue