Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c108f0b5 authored by JACQUOT Pierre's avatar JACQUOT Pierre
Browse files

Merge branch 'montcalm_metrics' into 'master'

[toulouse][montcalm] Remove unsupported GPU metrics (there's no GPU !)

See merge request !472
parents d5816eb6 533c6a30
No related branches found
No related tags found
1 merge request!472[toulouse][montcalm] Remove unsupported GPU metrics (there's no GPU !)
Pipeline #804628 passed
......@@ -48,34 +48,6 @@
"port": 9100,
"protocol": "prometheus"
}
},
{
"description": "Default subset of metrics from Prometheus Nvidia DCGM Exporter",
"name": "prom_nvgpu_default_metrics",
"optional_period": 15000,
"period": 0,
"source": {
"id": [
"DCGM_FI_DEV_SM_CLOCK",
"DCGM_FI_DEV_MEM_CLOCK",
"DCGM_FI_DEV_GPU_TEMP",
"DCGM_FI_DEV_POWER_USAGE",
"DCGM_FI_DEV_GPU_UTIL",
"DCGM_FI_DEV_MEM_COPY_UTIL"
],
"port": 9400,
"protocol": "prometheus"
}
},
{
"description": "All metrics from Prometheus Nvidia DCGM Exporter",
"name": "prom_nvgpu_all_metrics",
"optional_period": 15000,
"period": 0,
"source": {
"port": 9400,
"protocol": "prometheus"
}
}
],
"model": "HPE Proliant DL360 Gen10+",
......
......@@ -39,27 +39,3 @@ metrics:
source:
protocol: prometheus
port: 9100
- name: prom_nvgpu_default_metrics
description: Default subset of metrics from Prometheus Nvidia DCGM Exporter
period: 0
optional_period: 15000
source:
protocol: prometheus
port: 9400
id:
- DCGM_FI_DEV_SM_CLOCK
- DCGM_FI_DEV_MEM_CLOCK
- DCGM_FI_DEV_GPU_TEMP
- DCGM_FI_DEV_POWER_USAGE
- DCGM_FI_DEV_GPU_UTIL
- DCGM_FI_DEV_MEM_COPY_UTIL
- name: prom_nvgpu_all_metrics
description: All metrics from Prometheus Nvidia DCGM Exporter
period: 0
optional_period: 15000
source:
protocol: prometheus
port: 9400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment