| Package | Description | 
|---|---|
| io.vertx.micrometer | |
| io.vertx.micrometer.backends | 
| Modifier and Type | Method and Description | 
|---|---|
VertxInfluxDbOptions | 
MicrometerMetricsOptions.getInfluxDbOptions()
Get the specific options for InfluxDB reporting. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setBatchSize(int batchSize)
Maximum number of measurements sent per request to the InfluxDB server. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setCompressed(boolean compressed)
Activate or deactivate GZIP compression. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setConnectTimeout(int connectTimeout)
Connection timeout for InfluxDB server connections, in seconds. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setDb(String db)
Database name used to store metrics. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setEnabled(boolean enabled)
Set true to enable InfluxDB reporting 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setNumThreads(int numThreads)
Number of threads to use by the push scheduler. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setPassword(String password)
Password used for authenticated connections 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setReadTimeout(int readTimeout)
Read timeout for InfluxDB server connections, in seconds. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setRetentionPolicy(String retentionPolicy)
InfluxDB retention policy 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setStep(int step)
Push interval steps, in seconds. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setUri(String uri)
URI of the InfluxDB server. 
 | 
VertxInfluxDbOptions | 
VertxInfluxDbOptions.setUserName(String userName)
Username used for authenticated connections 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
VertxInfluxDbOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        VertxInfluxDbOptions obj)  | 
MicrometerMetricsOptions | 
MicrometerMetricsOptions.setInfluxDbOptions(VertxInfluxDbOptions influxDbOptions)
Set InfluxDB options. 
 | 
static void | 
VertxInfluxDbOptionsConverter.toJson(VertxInfluxDbOptions obj,
      JsonObject json)  | 
static void | 
VertxInfluxDbOptionsConverter.toJson(VertxInfluxDbOptions obj,
      Map<String,Object> json)  | 
| Constructor and Description | 
|---|
VertxInfluxDbOptions(VertxInfluxDbOptions other)
Creates new options object for InfluxDB reporting, which is a copy of  
other. | 
| Constructor and Description | 
|---|
InfluxDbBackendRegistry(VertxInfluxDbOptions options)  | 
Copyright © 2020 Eclipse. All rights reserved.