Package | Description |
---|---|
io.vertx.micrometer | |
io.vertx.micrometer.backends |
Modifier and Type | Field and Description |
---|---|
static List<Label> |
MicrometerMetricsOptions.DEFAULT_LABELS
Default label match for public http server: exclude remote label
|
Modifier and Type | Method and Description |
---|---|
static Label |
Label.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Label[] |
Label.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Label> |
MicrometerMetricsOptions.getLabels() |
Modifier and Type | Method and Description |
---|---|
MicrometerMetricsOptions |
MicrometerMetricsOptions.addLabels(Label... labels)
Add a labels to enable.
|
Modifier and Type | Method and Description |
---|---|
MicrometerMetricsOptions |
MicrometerMetricsOptions.setLabels(Set<Label> labels)
Sets enabled labels.
|
Modifier and Type | Method and Description |
---|---|
static void |
BackendRegistries.registerMatchers(io.micrometer.core.instrument.MeterRegistry registry,
Set<Label> enabledLabels,
List<Match> matches) |
Copyright © 2023 Eclipse. All rights reserved.