summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json b/src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json
index 4224129f04..ddee75e7af 100644
--- a/src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/intelgpu/config_schema.json
@@ -10,17 +10,8 @@
"type": "integer",
"minimum": 1,
"default": 1
- },
- "binary_path": {
- "title": "Binary path",
- "description": "Path to the `intel_gpu_top` binary.",
- "type": "string",
- "default": "/usr/bin/intel_gpu_top"
}
},
- "required": [
- "binary_path"
- ],
"additionalProperties": false,
"patternProperties": {
"^name$": {}
@@ -29,9 +20,6 @@
"uiSchema": {
"uiOptions": {
"fullPage": true
- },
- "binary_path": {
- "ui:help": "If an absolute path is provided, the collector will use it directly; otherwise, it will search for the binary in directories specified in the PATH environment variable."
}
}
}