vertx / io.vertx.kotlin.micrometer.backend

Package io.vertx.kotlin.micrometer.backend

Functions

VertxInfluxDbOptions

fun VertxInfluxDbOptions(batchSize: Int? = null, compressed: Boolean? = null, connectTimeout: Int? = null, db: String? = null, enabled: Boolean? = null, numThreads: Int? = null, password: String? = null, readTimeout: Int? = null, retentionPolicy: String? = null, step: Int? = null, uri: String? = null, userName: String? = null): VertxInfluxDbOptions

A function providing a DSL for building io.vertx.micrometer.backend.VertxInfluxDbOptions objects.

VertxJmxMetricsOptions

fun VertxJmxMetricsOptions(domain: String? = null, enabled: Boolean? = null, step: Int? = null): VertxJmxMetricsOptions

A function providing a DSL for building io.vertx.micrometer.backend.VertxJmxMetricsOptions objects.

VertxPrometheusOptions

fun VertxPrometheusOptions(embeddedServerEndpoint: String? = null, embeddedServerOptions: HttpServerOptions? = null, enabled: Boolean? = null, startEmbeddedServer: Boolean? = null): VertxPrometheusOptions

A function providing a DSL for building io.vertx.micrometer.backend.VertxPrometheusOptions objects.