Mentions légales du service

Skip to content
Snippets Groups Projects

[sophia][esterel3] Add kwollect metrics

Merged PAULIN Nathan requested to merge production-esterel3 into master
2 files
+ 51
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -49,6 +49,33 @@
@@ -49,6 +49,33 @@
"port": 9100,
"port": 9100,
"protocol": "prometheus"
"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_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": "Dell PowerEdge T630",
"model": "Dell PowerEdge T630",
Loading