MicrometerMetricsConfig
class MicrometerMetricsConfig
A configuration for the MicrometerMetrics plugin.
Constructors
Functions
Link copied to clipboard
Configures micrometer timers. Can be used to customize tags for each timer, configure individual SLAs, and so on.
Properties
Link copied to clipboard
Configures the histogram and/or percentiles for all request timers. By default, 50%, 90% , 95% and 99% percentiles are configured. If your backend supports server side histograms, you should enable these instead with DistributionStatisticConfig.Builder.percentilesHistogram as client side percentiles cannot be aggregated.
Link copied to clipboard
Allows you to configure a set of metrics for monitoring the JVM. To disable these metrics, assign an empty list to meterBinders: