Help needed with disk input plugin for Telegraf

2022-06-14T05:06:20Z W! [inputs.disk] Collection took longer than expected; not complete after interval of 10s

While trying to use disk input plugin, I am facing the above error.

Configuration I used for the plugin:

[[inputs.disk]]
	ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
	[inputs.disk.tags]
                src = "disk"

System specifications:
OS : Oracle Linux (CentOS based)

Any help as soon as possible is required.
Thanks in advance

Hi @BYSANI_R_NAVANEETH welcome to the community. It either looks like you are collecting data from a lot of storage locations. The best approach to take is to increase the interval collection time to perhaps 20s ad start there. If you are still seeing no change after 60s then this is more than this might be a permissions issue with retrieving disk stats. In the first essence though I would increase the interval. The interval not only provides the collection trigger time but how long a window is given to collect that data in.