Package | Description |
---|---|
io.vertx.ext.hawkular |
Modifier and Type | Method and Description |
---|---|
MetricTagsMatch |
MetricTagsMatch.setTags(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(JsonObject json,
MetricTagsMatch obj) |
static void |
MetricTagsMatchConverter.toJson(MetricTagsMatch obj,
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 © 2017. All rights reserved.