mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-09-18 22:34:32 +02:00
Add non-blocking InfluxDB sink (#29)
* Add non-blocking InfluxDB sink * Add configurable batch size
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## `influxdb` sink
|
||||
|
||||
The `influxdb` sink uses the official [InfluxDB golang client](https://pkg.go.dev/github.com/influxdata/influxdb-client-go/v2) to write the metrics to an InfluxDB database. It provides only support for V2 write endpoints (InfluxDB 1.8.0 or later).
|
||||
The `influxdb` sink uses the official [InfluxDB golang client](https://pkg.go.dev/github.com/influxdata/influxdb-client-go/v2) to write the metrics to an InfluxDB database in a **blocking** fashion. It provides only support for V2 write endpoints (InfluxDB 1.8.0 or later).
|
||||
|
||||
|
||||
### Configuration structure
|
||||
|
Reference in New Issue
Block a user