Michael Koepf created FLINK-37535:
-------------------------------------
Summary: [Metrics] Add InfluxDB v3 Metrics Reporter
Key: FLINK-37535
URL: https://issues.apache.org/jira/browse/FLINK-37535
Project: Flink
Issue Type: New Feature
Components: Runtime / Metrics
Reporter: Michael Koepf
Flink's `InfluxdbReporter` currently works with InfluxDB v1 and InfluxDB v2
([via InfluxDB v1 HTTP
API](https://docs.influxdata.com/influxdb/v2/api/v1-compatibility/)). However,
it does not support the latest InfluxDB version (v3).
This issue should introduce a metric reporter for InfluxDB v3. Overall, the
implementation will follow the pattern of other metric reporters.
Details:
* Add `flink-metrics-influxdbv3` sub-module in `flink-metrics`
* The metrics reporter will use the [InfluxDB v3 Java
Client](https://github.com/InfluxCommunity/influxdb3-java)
* Configurations options will use the `metrics.reporter.influxdb{*}v3{*}`
prefix
--
This message was sent by Atlassian Jira
(v8.20.10#820010)