From f76608f1da41d6b1124e01bd0fbfb6d4899f5a88 Mon Sep 17 00:00:00 2001 From: s3onghyun Date: Thu, 18 Jun 2026 15:55:29 +0900 Subject: [PATCH] docs: fix qdisk -> qdisc collector and flag names in README Signed-off-by: s3onghyun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8c2d811e..4946ead101 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ hwmon | chip | --collector.hwmon.chip-include | --collector.hwmon.chip-exclude hwmon | sensor | --collector.hwmon.sensor-include | --collector.hwmon.sensor-exclude interrupts | name | --collector.interrupts.name-include | --collector.interrupts.name-exclude netdev | device | --collector.netdev.device-include | --collector.netdev.device-exclude -qdisk | device | --collector.qdisk.device-include | --collector.qdisk.device-exclude +qdisc | device | --collector.qdisc.device-include | --collector.qdisc.device-exclude slabinfo | slab-names | --collector.slabinfo.slabs-include | --collector.slabinfo.slabs-exclude sysctl | all | --collector.sysctl.include | N/A systemd | unit | --collector.systemd.unit-include | --collector.systemd.unit-exclude