vertx / io.vertx.kotlin.micrometer / Match

Match

fun Match(alias: String? = null, domain: MetricsDomain? = null, label: String? = null, type: MatchType? = null, value: String? = null): Match

A function providing a DSL for building io.vertx.micrometer.Match objects.

A match for a value.

Parameters

alias - Set an alias that would replace the label value when it matches.

domain - Set the label domain, restricting this rule to a single domain.

label - Set the label name. The match will apply to the values related to this key.

type - Set the type of matching to apply.

value - Set the matched value.