claranet / terraform-signalfx-detectors

Collection of terraform modules for SignalFx detectors.
Mozilla Public License 2.0
22 stars 31 forks source link

Add disk IO detectors #530

Closed Tulux closed 5 months ago

Tulux commented 7 months ago

Expand system detectors by adding 2 linux-only disk IO detectors :

Difference between « regular » IOs and weighted IOs are documented at https://docs.kernel.org/admin-guide/iostats.html. Weighted IOs usage is only required for specific monitoring such as multi-queues devices/drivers (some NVMe devices, SAN devices etc.) and thus is disabled by default.

Those monitors require system.disk.io_time and system.disk.weighted_io_time metrics to be enabled.