vertx / io.vertx.micrometer / MicrometerMetricsOptions / setDisabledMetricsCategories

setDisabledMetricsCategories

open fun setDisabledMetricsCategories(disabledMetricsCategories: MutableSet<MetricsDomain>): MicrometerMetricsOptions

Sets metrics types that are disabled.

Parameters

disabledMetricsCategories - to specify the set of metrics types to be disabled.

Return
a reference to this, so that the API can be used fluently