open fun setDisabledMetricsCategories(disabledMetricsCategories: MutableSet<MetricsDomain>): MicrometerMetricsOptions
Sets metrics types that are disabled.
disabledMetricsCategories - to specify the set of metrics types to be disabled.
Return
a reference to this, so that the API can be used fluently