vertx / io.vertx.micrometer

Package io.vertx.micrometer

Types

Match

open class Match

A match for a value.

MatchType

class MatchType

The type of match.

MetricsDomain

class MetricsDomain

Metric domains with their associated prefixes.

MetricsService

interface MetricsService

The metrics service mainly allows to return a snapshot of measured objects. This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module.

MicrometerMetricsOptions

open class MicrometerMetricsOptions : MetricsOptions

Vert.x micrometer configuration. It is required to set either influxDbOptions, prometheusOptions or jmxMetricsOptions] in order to actually report metrics. Joel Takvorian

MicrometerMetricsOptionsConverter

open class MicrometerMetricsOptionsConverter

Converter for io.vertx.micrometer.MicrometerMetricsOptions. NOTE: This class has been automatically generated from the io.vertx.micrometer.MicrometerMetricsOptions original class using Vert.x codegen.

VertxInfluxDbOptions

open class VertxInfluxDbOptions

Vert.x InfluxDb micrometer configuration.

VertxInfluxDbOptionsConverter

open class VertxInfluxDbOptionsConverter

Converter for io.vertx.micrometer.VertxInfluxDbOptions. NOTE: This class has been automatically generated from the io.vertx.micrometer.VertxInfluxDbOptions original class using Vert.x codegen.

VertxJmxMetricsOptions

open class VertxJmxMetricsOptions

Options for Prometheus metrics backend.

VertxJmxMetricsOptionsConverter

open class VertxJmxMetricsOptionsConverter

Converter for io.vertx.micrometer.VertxJmxMetricsOptions. NOTE: This class has been automatically generated from the io.vertx.micrometer.VertxJmxMetricsOptions original class using Vert.x codegen.

VertxPrometheusOptions

open class VertxPrometheusOptions

Options for Prometheus metrics backend.

VertxPrometheusOptionsConverter

open class VertxPrometheusOptionsConverter

Converter for io.vertx.micrometer.VertxPrometheusOptions. NOTE: This class has been automatically generated from the io.vertx.micrometer.VertxPrometheusOptions original class using Vert.x codegen.