[
https://issues.apache.org/jira/browse/FLINK-37535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Koepf updated FLINK-37535:
----------------------------------
Description:
Flink's InfluxdbReporter currently works with InfluxDB v1 and InfluxDB v2
([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
* A corresponding section will be added to the Metrics Reporters docs
Constraints and things to consider:
The InfluxDB v3 Java reporter supports Java version 11 to 20. Does this pose
any issues?
was:
Flink's InfluxdbReporter currently works with InfluxDB v1 and InfluxDB v2
([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
* A corresponding section will be added to the Metrics Reporters docs
> [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
> Priority: Not a Priority
>
> Flink's InfluxdbReporter currently works with InfluxDB v1 and InfluxDB v2
> ([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
> * A corresponding section will be added to the Metrics Reporters docs
>
> Constraints and things to consider:
> The InfluxDB v3 Java reporter supports Java version 11 to 20. Does this pose
> any issues?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)