Uses of Class
io.vertx.micrometer.VertxInfluxDbOptions
Packages that use VertxInfluxDbOptions
-
Uses of VertxInfluxDbOptions in io.vertx.micrometer
Methods in io.vertx.micrometer that return VertxInfluxDbOptionsModifier and TypeMethodDescriptionMicrometerMetricsOptions.getInfluxDbOptions()Get the specific options for InfluxDB reporting.VertxInfluxDbOptions.setBatchSize(int batchSize) Maximum number of measurements sent per request to the InfluxDB server.Specifies the destination bucket for writes.VertxInfluxDbOptions.setCompressed(boolean compressed) Activate or deactivate GZIP compression.VertxInfluxDbOptions.setConnectTimeout(int connectTimeout) Connection timeout for InfluxDB server connections, in seconds.Database name used to store metrics.VertxInfluxDbOptions.setEnabled(boolean enabled) Set true to enable InfluxDB reportingSpecifies the destination organization for writes.VertxInfluxDbOptions.setPassword(String password) Password used for authenticated connectionsVertxInfluxDbOptions.setReadTimeout(int readTimeout) Read timeout for InfluxDB server connections, in seconds.VertxInfluxDbOptions.setRetentionPolicy(String retentionPolicy) InfluxDB retention policyVertxInfluxDbOptions.setStep(int step) Push interval steps, in seconds.Authentication token for the InfluxDB API.URI of the InfluxDB server.VertxInfluxDbOptions.setUserName(String userName) Username used for authenticated connectionsMethods in io.vertx.micrometer with parameters of type VertxInfluxDbOptionsModifier and TypeMethodDescriptionMicrometerMetricsOptions.setInfluxDbOptions(VertxInfluxDbOptions influxDbOptions) Set InfluxDB options.Constructors in io.vertx.micrometer with parameters of type VertxInfluxDbOptionsModifierConstructorDescriptionCreates new options object for InfluxDB reporting, which is a copy ofother. -
Uses of VertxInfluxDbOptions in io.vertx.micrometer.backends
Constructors in io.vertx.micrometer.backends with parameters of type VertxInfluxDbOptions