Uses of Class
io.vertx.core.metrics.MetricsOptions
Packages that use MetricsOptions
Package
Description
-
Uses of MetricsOptions in io.vertx.core
Methods in io.vertx.core that return MetricsOptionsMethods in io.vertx.core with parameters of type MetricsOptionsModifier and TypeMethodDescriptionVertxOptions.setMetricsOptions(MetricsOptions metrics) Set the metrics options -
Uses of MetricsOptions in io.vertx.core.metrics
Methods in io.vertx.core.metrics that return MetricsOptionsModifier and TypeMethodDescriptionMetricsOptions.setEnabled(boolean enable) Set whether metrics will be enabled on the Vert.x instance.Constructors in io.vertx.core.metrics with parameters of type MetricsOptions -
Uses of MetricsOptions in io.vertx.core.spi
Methods in io.vertx.core.spi that return MetricsOptionsModifier and TypeMethodDescriptiondefault MetricsOptionsVertxMetricsFactory.newOptions()Create an empty metrics options.default MetricsOptionsVertxMetricsFactory.newOptions(JsonObject jsonObject) Create metrics options from the providedjsonObject.default MetricsOptionsVertxMetricsFactory.newOptions(MetricsOptions options) Create metrics options from the providedoptions.Methods in io.vertx.core.spi with parameters of type MetricsOptionsModifier and TypeMethodDescriptiondefault MetricsOptionsVertxMetricsFactory.newOptions(MetricsOptions options) Create metrics options from the providedoptions. -
Uses of MetricsOptions in io.vertx.ext.dropwizard
Subclasses of MetricsOptions in io.vertx.ext.dropwizardModifier and TypeClassDescriptionclassVert.x Dropwizard metrics configuration.Methods in io.vertx.ext.dropwizard that return MetricsOptionsModifier and TypeMethodDescriptionDropwizardVertxMetricsFactory.newOptions()DropwizardVertxMetricsFactory.newOptions(JsonObject jsonObject) DropwizardVertxMetricsFactory.newOptions(MetricsOptions options) Methods in io.vertx.ext.dropwizard with parameters of type MetricsOptionsModifier and TypeMethodDescriptionDropwizardVertxMetricsFactory.newOptions(MetricsOptions options) Constructors in io.vertx.ext.dropwizard with parameters of type MetricsOptionsModifierConstructorDescriptionCopy constructor with base metrics options -
Uses of MetricsOptions in io.vertx.micrometer
Subclasses of MetricsOptions in io.vertx.micrometerMethods in io.vertx.micrometer that return MetricsOptionsModifier and TypeMethodDescriptionMicrometerMetricsFactory.newOptions()MicrometerMetricsFactory.newOptions(JsonObject jsonObject) MicrometerMetricsFactory.newOptions(MetricsOptions options) Methods in io.vertx.micrometer with parameters of type MetricsOptions