vertx / io.vertx.micrometer / VertxInfluxDbOptions / setBatchSize

setBatchSize

open fun setBatchSize(batchSize: Int): VertxInfluxDbOptions

Maximum number of measurements sent per request to the InfluxDB server. When the maximum is reached, several requests are made. Default is 10000.