cc-metric-collector: update tinyfat

This commit is contained in:
Michael Panzlaff
2026-03-04 17:09:34 +01:00
parent 95d1f1d5e9
commit e28a9aafd5
7 changed files with 288 additions and 108 deletions

View File

@@ -1,26 +1,53 @@
{
"influx": {
"type": "influxasync",
"host": "monitoring-test.nhr.uni-erlangen.de",
"port": "8086",
"organization": "ClusterCockpit",
"database": "tinyfat",
"password": "XZY",
"ssl": true,
"meta_as_tags": [
"unit"
]
},
"metricstore": {
"type": "http",
"url": "http://monitoring.nhr.fau.de:8082/api/write?cluster=tinyfat",
"jwt": "XYZ",
"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" : "tinyfat",
"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=tinyfat",
"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"
}
]
}
},
"tinyfatnats": {
"type": "nats",
"host": "monitoring.nhr.fau.de",
"database": "tinyfat",
"nkey_file": "/etc/cc-metric-collector/nats.nkey",
"flush_delay": "1s",
"precision": "s",
"process_messages": {
"move_meta_to_tag_if": [
{
"key": "unit",
"if": "true"
}
]
}
}
}