1
0
Fork 0
telegraf/migrations/inputs_io/testcases/full/expected.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

10 lines
No EOL
346 B
Text

# Read metrics about disk IO by device
[[inputs.diskio]]
name_override = "foo"
devices = ["nvme0n1", "sda", "sdb", "vd*", "/dev/disk/by-id/nvme-eui.00123deadc0de123"]
skip_serial_number = true
device_tags = ["ID_FS_TYPE"]
name_templates = ["$ID_FS_LABEL", "$DM_VG_NAME/$DM_LV_NAME", "test"]
[[inputs.diskio.tags]]
should = "work"