From 76e092142fb5465417982572fcccc19eb2f0cd39 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Fri, 16 May 2025 14:29:27 +0200 Subject: [PATCH] Trying to test disk.io providers under github actions --- tests/test-config.yml.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test-config.yml.example b/tests/test-config.yml.example index 540bf14cc..279f4c4d6 100644 --- a/tests/test-config.yml.example +++ b/tests/test-config.yml.example @@ -70,8 +70,8 @@ measurement: linux: cpu.utilization.procfs.system.provider.CpuUtilizationProcfsSystemProvider: resolution: 99 -# disk.io.procfs.system.provider.DiskIoProcfsSystemProvider: -# resolution: 99 + disk.io.procfs.system.provider.DiskIoProcfsSystemProvider: + resolution: 99 network.io.procfs.system.provider.NetworkIoProcfsSystemProvider: resolution: 99 remove_virtual_interfaces: True @@ -85,6 +85,8 @@ measurement: resolution: 99 network.io.cgroup.container.provider.NetworkIoCgroupContainerProvider: resolution: 99 + disk.io.cgroup.container.provider.DiskIoCgroupContainerProvider: + resolution: 99 macos: cpu.utilization.mach.system.provider.CpuUtilizationMachSystemProvider: resolution: 99