W! DeprecationWarning: Plugin "inputs.io" deprecated since version 0.10.0 and will be removed in 2.0.0: use 'inputs.diskio' instead
As far as I can tell this is simple rename and the output of these plugins should not change. I've also tried comparing the output locally and it seems to be the same.
# The following command outputs two sets of identical data:
telegraf --test --config telegraf.conf --input-filter io:diskio
Description of PR
Telegraf throws following deprecation warning:
As far as I can tell this is simple rename and the output of these plugins should not change. I've also tried comparing the output locally and it seems to be the same.
Type of change
Bugfix Pull Request