public class JsonConfigGroup extends Object implements MicrometerConfig.CapabilityEnabled
| Modifier and Type | Field and Description |
|---|---|
Integer |
bufferLength
Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent
samples.
|
Optional<Boolean> |
enabled
Support for export to JSON format.
|
Duration |
expiry
Statistics like max, percentiles, and histogram counts decay over time to give greater weight to recent
samples.
|
String |
path
The path for the JSON metrics endpoint.
|
| Constructor and Description |
|---|
JsonConfigGroup() |
@ConfigItem(defaultValue="false") public Optional<Boolean> enabled
@ConfigItem(defaultValue="metrics") public String path
metrics.@ConfigItem(defaultValue="1024") public Integer bufferLength
@ConfigItem(defaultValue="P3D") public Duration expiry
public Optional<Boolean> getEnabled()
getEnabled in interface MicrometerConfig.CapabilityEnabledCopyright © 2021 JBoss by Red Hat. All rights reserved.