cc-metric-collector/config.json
2021-10-04 15:23:43 +02:00

31 lines
575 B
JSON

{
"sink": {
"user": "testuser",
"password": "testpass",
"host": "127.0.0.1",
"port": "9090",
"database": "testdb",
"organization": "testorg",
"type": "stdout"
},
"interval" : 3,
"duration" : 1,
"collectors": [
"cpustat",
"loadavg",
"memstat",
"netstat",
"topprocs",
"lustrestat",
"ibstat",
"nvidia",
"likwid"
],
"default_tags": {
"cluster": "testcluster"
},
"receiver": {
"type": "none"
}
}