registerDistributionStatisticConfig

Controls whether the plugin registers a MeterFilter that applies distributionStatisticConfig to its request timers.

Set to false if you register meters with registry before installing this plugin: Micrometer emits a warning when a MeterFilter is configured after a Meter has already been registered. When disabled, configure distribution statistics on the registry yourself before installing the plugin, otherwise distributionStatisticConfig has no effect.

Report a problem

See also