Uses of Class
io.vertx.micrometer.Label
-
Packages that use Label Package Description io.vertx.micrometer -
-
Uses of Label in io.vertx.micrometer
Fields in io.vertx.micrometer with type parameters of type Label Modifier and Type Field Description static List<Label>
MicrometerMetricsOptions. DEFAULT_LABELS
Default label match for public http server: exclude remote labelMethods in io.vertx.micrometer that return Label Modifier and Type Method 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.Methods in io.vertx.micrometer that return types with arguments of type Label Modifier and Type Method Description Set<Label>
MicrometerMetricsOptions. getLabels()
Methods in io.vertx.micrometer with parameters of type Label Modifier and Type Method Description MicrometerMetricsOptions
MicrometerMetricsOptions. addLabels(Label... labels)
Add a labels to enable.Method parameters in io.vertx.micrometer with type arguments of type Label Modifier and Type Method Description MicrometerMetricsOptions
MicrometerMetricsOptions. setLabels(Set<Label> labels)
Sets enabled labels.
-