Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 61e32c9e authored by PAULIN Nathan's avatar PAULIN Nathan Committed by PAULIN Nathan
Browse files

[sophia][esterel3] Add kwollect metrics

parent a0410c03
No related branches found
No related tags found
1 merge request!1162[sophia][esterel3] Add kwollect metrics
Pipeline #1145689 passed with warnings
...@@ -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",
......
--- ---
metrics: metrics:
- name: prom_default_metrics - name: prom_default_metrics
description: Default subset of metrics from Prometheus Node Exporter description: Default subset of metrics from Prometheus Node Exporter
period: 0 period: 0
...@@ -31,6 +32,7 @@ metrics: ...@@ -31,6 +32,7 @@ metrics:
- node_procs_blocked - node_procs_blocked
- node_procs_running - node_procs_running
- kwollect_custom - kwollect_custom
- name: prom_all_metrics - name: prom_all_metrics
description: All metrics from Prometheus Node Exporter description: All metrics from Prometheus Node Exporter
period: 0 period: 0
...@@ -38,3 +40,25 @@ metrics: ...@@ -38,3 +40,25 @@ metrics:
source: source:
protocol: prometheus protocol: prometheus
port: 9100 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_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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment