@ConfigRoot(name="micrometer.binder.http-server", phase=RUN_TIME) public class HttpServerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<List<String>> |
ignorePatterns
Comma-separated list of regular expressions defining uri paths
that should be ignored (not measured).
|
Optional<List<String>> |
matchPatterns
Comma-separated list of regular expressions used to specify uri
labels in http metrics.
|
| Constructor and Description |
|---|
HttpServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
mergeDeprecatedConfig(VertxConfig config) |
@ConfigItem public Optional<List<String>> matchPatterns
\\\\.@ConfigItem public Optional<List<String>> ignorePatterns
public void mergeDeprecatedConfig(VertxConfig config)
Copyright © 2021 JBoss by Red Hat. All rights reserved.