@ConfigRoot(name="micrometer.binder.vertx", phase=RUN_TIME) public class VertxConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<List<String>> |
ignorePatterns
Comma-separated case-sensitive list of regular expressions defining Paths
that should be ignored / not measured.
|
Optional<List<String>> |
matchPatterns
Comma-separated case-sensitive list of regular expressions defining Paths
that should be matched and used as tags.
|
| Constructor and Description |
|---|
VertxConfig() |
@ConfigItem public Optional<List<String>> matchPatterns
@ConfigItem public Optional<List<String>> ignorePatterns
Copyright © 2020 JBoss by Red Hat. All rights reserved.