Modifier and Type | Method and Description |
---|---|
MetricTagsMatch |
MetricTagsMatch.setTags(io.vertx.core.json.JsonObject tags)
Set the tags to apply if metric name matches the criteria.
|
MetricTagsMatch |
MetricTagsMatch.setType(MetricTagsMatch.MatchType type)
Set the type of matching to apply.
|
MetricTagsMatch |
MetricTagsMatch.setValue(String value)
Set the matched value.
|
Modifier and Type | Method and Description |
---|---|
List<MetricTagsMatch> |
VertxHawkularOptions.getMetricTagsMatches() |
Modifier and Type | Method and Description |
---|---|
VertxHawkularOptions |
VertxHawkularOptions.addMetricTagsMatch(MetricTagsMatch metricTagsMatch)
Adds a
MetricTagsMatch . |
static void |
MetricTagsMatchConverter.fromJson(io.vertx.core.json.JsonObject json,
MetricTagsMatch obj) |
static void |
MetricTagsMatchConverter.toJson(MetricTagsMatch obj,
io.vertx.core.json.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
VertxHawkularOptions |
VertxHawkularOptions.setMetricTagsMatches(List<MetricTagsMatch> metricTagsMatches)
Sets a list of
MetricTagsMatch . |
Constructor and Description |
---|
MetricTagsMatch(MetricTagsMatch other) |
Copyright © 2018. All rights reserved.