Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
9508640c
Commit
9508640c
authored
3 months ago
by
Nicolas Perrin
Committed by
PAULIN Nathan
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[sophia][esterel2] add basic metrics
parent
9560edbb
No related branches found
No related tags found
1 merge request
!1100
[sophia][esterel2] add to testing
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/grid5000/sites/sophia/clusters/esterel2/esterel2.json
+72
-1
72 additions, 1 deletion
data/grid5000/sites/sophia/clusters/esterel2/esterel2.json
input/grid5000/sites/sophia/clusters/esterel2/esterel2_metrics.yaml
+64
-0
64 additions, 0 deletions
...5000/sites/sophia/clusters/esterel2/esterel2_metrics.yaml
with
136 additions
and
1 deletion
data/grid5000/sites/sophia/clusters/esterel2/esterel2.json
+
72
−
1
View file @
9508640c
...
@@ -5,7 +5,78 @@
...
@@ -5,7 +5,78 @@
"kavlan"
:
false
,
"kavlan"
:
false
,
"manufactured_at"
:
"1970-01-01"
,
"manufactured_at"
:
"1970-01-01"
,
"metrics"
:
[
"metrics"
:
[
{
"description"
:
"Default subset of metrics from Prometheus Node Exporter"
,
"name"
:
"prom_default_metrics"
,
"optional_period"
:
15000
,
"period"
:
0
,
"source"
:
{
"id"
:
[
"node_boot_time_seconds"
,
"node_cpu_scaling_frequency_hertz"
,
"node_cpu_seconds_total"
,
"node_filesystem_free_bytes"
,
"node_filesystem_size_bytes"
,
"node_load1"
,
"node_load15"
,
"node_load5"
,
"node_memory_Buffers_bytes"
,
"node_memory_Cached_bytes"
,
"node_memory_MemAvailable_bytes"
,
"node_memory_MemFree_bytes"
,
"node_memory_MemTotal_bytes"
,
"node_memory_Shmem_bytes"
,
"node_memory_SwapFree_bytes"
,
"node_memory_SwapTotal_bytes"
,
"node_network_receive_bytes_total"
,
"node_network_receive_packets_total"
,
"node_network_transmit_bytes_total"
,
"node_network_transmit_packets_total"
,
"node_procs_blocked"
,
"node_procs_running"
,
"kwollect_custom"
],
"port"
:
9100
,
"protocol"
:
"prometheus"
}
},
{
"description"
:
"All metrics from Prometheus Node Exporter"
,
"name"
:
"prom_all_metrics"
,
"optional_period"
:
15000
,
"period"
:
0
,
"source"
:
{
"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_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"
:
"Cluster Model"
,
"model"
:
"Cluster Model"
,
"priority"
:
197001
,
"priority"
:
197001
,
...
...
This diff is collapsed.
Click to expand it.
input/grid5000/sites/sophia/clusters/esterel2/esterel2_metrics.yaml
0 → 100644
+
64
−
0
View file @
9508640c
---
metrics
:
-
name
:
prom_default_metrics
description
:
Default subset of metrics from Prometheus Node Exporter
period
:
0
optional_period
:
15000
source
:
protocol
:
prometheus
port
:
9100
id
:
-
node_boot_time_seconds
-
node_cpu_scaling_frequency_hertz
-
node_cpu_seconds_total
-
node_filesystem_free_bytes
-
node_filesystem_size_bytes
-
node_load1
-
node_load15
-
node_load5
-
node_memory_Buffers_bytes
-
node_memory_Cached_bytes
-
node_memory_MemAvailable_bytes
-
node_memory_MemFree_bytes
-
node_memory_MemTotal_bytes
-
node_memory_Shmem_bytes
-
node_memory_SwapFree_bytes
-
node_memory_SwapTotal_bytes
-
node_network_receive_bytes_total
-
node_network_receive_packets_total
-
node_network_transmit_bytes_total
-
node_network_transmit_packets_total
-
node_procs_blocked
-
node_procs_running
-
kwollect_custom
-
name
:
prom_all_metrics
description
:
All metrics from Prometheus Node Exporter
period
:
0
optional_period
:
15000
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_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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment