vertx / io.vertx.kotlin.ext.hawkular / MetricTagsMatch

MetricTagsMatch

fun MetricTagsMatch(tags: JsonObject? = null, type: MatchType? = null, value: String? = null): MetricTagsMatch

A function providing a DSL for building io.vertx.ext.hawkular.MetricTagsMatch objects.

Tags to apply to any metric which name matches the criteria.

Parameters

tags - Set the tags to apply if metric name matches the criteria.

type - Set the type of matching to apply.

value - Set the matched value.