Package | Description |
---|---|
io.vertx.micrometer | |
io.vertx.micrometer.backends |
Modifier and Type | Method and Description |
---|---|
Match |
Match.setAlias(String alias)
Set an alias that would replace the label value when it matches.
|
Match |
Match.setDomain(MetricsDomain domain)
Set the label domain, restricting this rule to a single domain.
|
Match |
Match.setLabel(String label)
Set the label name.
|
Match |
Match.setType(MatchType type)
Set the type of matching to apply.
|
Match |
Match.setValue(String value)
Set the matched value.
|
Modifier and Type | Method and Description |
---|---|
List<Match> |
MicrometerMetricsOptions.getLabelMatches() |
Modifier and Type | Method and Description |
---|---|
MicrometerMetricsOptions |
MicrometerMetricsOptions.addLabelMatch(Match match)
Add a rule for label matching.
|
Modifier and Type | Method and Description |
---|---|
MicrometerMetricsOptions |
MicrometerMetricsOptions.setLabelMatches(List<Match> matches)
Set a list of rules for label matching.
|
Constructor and Description |
---|
Match(Match other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
BackendRegistries.registerMatchers(io.micrometer.core.instrument.MeterRegistry registry,
Set<Label> enabledLabels,
List<Match> matches) |
Copyright © 2021 Eclipse. All rights reserved.