summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/intelgpu/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/intelgpu/testdata')
-rw-r--r--src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.json3
-rw-r--r--src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.yaml1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.json b/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.json
index 723a66ff24..0e3f7c4039 100644
--- a/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.json
+++ b/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.json
@@ -1,4 +1,3 @@
{
- "update_every": 123,
- "binary_path": "ok"
+ "update_every": 123
}
diff --git a/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.yaml
index 7d0ab9437f..f21a3a7a06 100644
--- a/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.yaml
+++ b/src/go/collectors/go.d.plugin/modules/intelgpu/testdata/config.yaml
@@ -1,2 +1 @@
update_every: 123
-binary_path: "ok"