vertx / io.vertx.micrometer / MicrometerMetricsOptions / setLabelMatchs

setLabelMatchs

open fun setLabelMatchs(matches: MutableList<Match>): MicrometerMetricsOptions

Set a list of rules for label matching.

Parameters

matches - the new list of rules

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