Class InfluxdbReporterOptions
- java.lang.Object
-
- org.apache.flink.metrics.influxdb.InfluxdbReporterOptions
-
@PublicEvolving public class InfluxdbReporterOptions extends Object
Config options forInfluxdbReporter
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InfluxdbReporterOptions.Scheme
Supported URL schemes for theInfluxdbReporter
.
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<Duration>
CONNECT_TIMEOUT
static ConfigOption<org.influxdb.InfluxDB.ConsistencyLevel>
CONSISTENCY
static ConfigOption<String>
DB
static ConfigOption<String>
HOST
static ConfigOption<String>
PASSWORD
static ConfigOption<Integer>
PORT
static ConfigOption<String>
RETENTION_POLICY
static ConfigOption<InfluxdbReporterOptions.Scheme>
SCHEME
static ConfigOption<String>
USERNAME
static ConfigOption<Duration>
WRITE_TIMEOUT
-
Constructor Summary
Constructors Constructor Description InfluxdbReporterOptions()
-
-
-
Field Detail
-
HOST
public static final ConfigOption<String> HOST
-
SCHEME
public static final ConfigOption<InfluxdbReporterOptions.Scheme> SCHEME
-
PORT
public static final ConfigOption<Integer> PORT
-
USERNAME
public static final ConfigOption<String> USERNAME
-
PASSWORD
public static final ConfigOption<String> PASSWORD
-
DB
public static final ConfigOption<String> DB
-
RETENTION_POLICY
public static final ConfigOption<String> RETENTION_POLICY
-
CONSISTENCY
public static final ConfigOption<org.influxdb.InfluxDB.ConsistencyLevel> CONSISTENCY
-
CONNECT_TIMEOUT
public static final ConfigOption<Duration> CONNECT_TIMEOUT
-
WRITE_TIMEOUT
public static final ConfigOption<Duration> WRITE_TIMEOUT
-
-