cc-metric-collector/.github/ci-config.json

52 lines
860 B
JSON
Raw Normal View History

{
"sink": {
"user": "testuser",
"password": "testpass",
"host": "127.0.0.1",
"port": "9090",
"database": "testdb",
"organization": "testorg",
"type": "stdout"
},
"interval": 3,
"duration": 1,
"collectors": [
"tempstat",
"loadavg",
"memstat",
"netstat",
"ibstat",
"lustrestat",
"cpustat",
"topprocs",
"nvidia",
"diskstat",
2022-01-24 15:55:15 +01:00
"ipmistat",
"gpfs",
"cpufreq",
"cpufreq_cpuinfo"
],
"default_tags": {
"cluster": "testcluster"
},
"receiver": {
"type": "none"
},
"collect_config": {
2022-01-24 15:55:15 +01:00
"topprocs": {
"num_procs": 2
2022-01-24 15:55:15 +01:00
},
"tempstat": {
"tag_override": {
2022-01-24 15:55:15 +01:00
"hwmon0": {
"type": "socket",
"type-id": "0"
},
2022-01-24 15:55:15 +01:00
"hwmon1": {
"type": "socket",
"type-id": "1"
}
}
}
}
2022-01-24 15:55:15 +01:00
}