Package | Description |
---|---|
io.vertx.micrometer |
= Vert.x Micrometer Metrics
This project is an implementation of the Vert.x Metrics Service Provider Interface (SPI).
|
io.vertx.micrometer.backends |
Modifier and Type | Field and Description |
---|---|
static Match |
MicrometerMetricsOptions.DEFAULT_HTTP_SERVER_MATCH
Default label match for public http server: exclude remote label
|
static Match |
MicrometerMetricsOptions.DEFAULT_NET_SERVER_MATCH
Default label match for public net server: exclude remote label
|
Modifier and Type | Field and Description |
---|---|
static List<Match> |
MicrometerMetricsOptions.DEFAULT_LABEL_MATCHES
The default label matches: empty by default
|
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.getLabelMatchs() |
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.setLabelMatchs(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,
List<Match> matches) |
Copyright © 2018 Eclipse. All rights reserved.