cc-metric-collector: update tinygpu

This commit is contained in:
Michael Panzlaff
2026-03-04 17:11:51 +01:00
parent e28a9aafd5
commit ae65147c77
14 changed files with 849 additions and 116 deletions

View File

@@ -1,26 +1,53 @@
{
"influx": {
"type": "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization": "ClusterCockpit",
"database": "tinygpu",
"password": "XZY",
"ssl": true,
"meta_as_tags": [
"unit"
]
},
"metricstore": {
"type": "http",
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinygpu",
"jwt": "XZY",
"meta_as_tags": [
"unit"
],
"idle_connection_timeout": "60s",
"flush_delay": "2s",
"max_retries": 1,
"timeout": "10s"
"influx" : {
"type" : "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization" : "ClusterCockpit",
"database" : "tinygpu",
"password": "XYZ",
"ssl": true,
"process_messages": {
"move_meta_to_tag_if": [
{
"key": "unit",
"if": "true"
}
]
}
},
"metricstore" : {
"type" : "http",
"url" : "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinygpu",
"jwt": "XYZ",
"idle_connection_timeout": "60s",
"flush_delay" : "2s",
"max_retries" : 1,
"timeout" : "10s",
"precision": "s",
"process_messages": {
"move_meta_to_tag_if": [
{
"key": "unit",
"if": "true"
}
]
}
},
"tinygpunats": {
"type": "nats",
"host": "monitoring.nhr.fau.de",
"database": "tinygpu",
"nkey_file": "/etc/cc-metric-collector/nats.nkey",
"flush_delay": "1s",
"precision": "s",
"process_messages": {
"move_meta_to_tag_if": [
{
"key": "unit",
"if": "true"
}
]
}
}
}