mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-12-21 14:46:16 +01:00
This sink is compatible with the HTTP API of cc-metric-store.
Example config.json section:
```
"sink": {
"type": "http",
"host": "localhost",
"port": "8080",
"database": "api/write",
"password": "<JWT>"
},
```
The password/JWT can be omitted.
1.2 KiB
1.2 KiB