I would like to configure "step" property of io.micrometer.core.instrument.push.PushRegistryConfig using org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpPropertiesConfigAdapter and management.otlp.metrics.export property hierarchy.

Current default is 1 minute and is not customizable.

Comment From: wilkinsona

You can use management.otlp.metrics.export.step for this purpose.