mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Activate all collectors in config.json
This commit is contained in:
parent
7d33193e0c
commit
a88ea4fd43
33
config.json
33
config.json
@ -12,7 +12,15 @@
|
|||||||
"duration": 1,
|
"duration": 1,
|
||||||
"collectors": [
|
"collectors": [
|
||||||
"loadavg",
|
"loadavg",
|
||||||
"likwid"
|
"likwid",
|
||||||
|
"memstat",
|
||||||
|
"netstat",
|
||||||
|
"ibstat",
|
||||||
|
"lustrestat",
|
||||||
|
"cpustat",
|
||||||
|
"topprocs",
|
||||||
|
"nvidia",
|
||||||
|
"diskstat"
|
||||||
],
|
],
|
||||||
"default_tags": {
|
"default_tags": {
|
||||||
"cluster": "testcluster"
|
"cluster": "testcluster"
|
||||||
@ -33,30 +41,7 @@
|
|||||||
"mlx5_1"
|
"mlx5_1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cpustat": {
|
|
||||||
"exclude_metrics": [
|
|
||||||
"cpu_softirq"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"diskstat": {
|
|
||||||
"exclude_metrics": [
|
|
||||||
"writes_merged"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nvidia": {
|
|
||||||
"exclude_metrics": [
|
|
||||||
"util"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"loadavg": {
|
|
||||||
"exclude_metrics": [
|
|
||||||
"load_fifteen"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"likwid": {
|
"likwid": {
|
||||||
"exclude_metrics": [
|
|
||||||
"load_fifteen"
|
|
||||||
],
|
|
||||||
"eventsets": [
|
"eventsets": [
|
||||||
{
|
{
|
||||||
"events": {
|
"events": {
|
||||||
|
Loading…
Reference in New Issue
Block a user