@Deprecated public static class Metrics.MicrometerConfiguration extends Object
| Constructor and Description | 
|---|
| MicrometerConfiguration()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static io.micrometer.core.instrument.MeterRegistry | getRegistry()Deprecated. 
 prefer using Micrometer setup in new reactor-core-micrometer module. To be removed at the earliest in 3.6.0. | 
| static io.micrometer.core.instrument.MeterRegistry | useRegistry(io.micrometer.core.instrument.MeterRegistry registry)Deprecated. 
 prefer using Micrometer setup in new reactor-core-micrometer module. To be removed at the earliest in 3.6.0. | 
@Deprecated public static io.micrometer.core.instrument.MeterRegistry useRegistry(io.micrometer.core.instrument.MeterRegistry registry)
This is only used by the deprecated inline Micrometer instrumentation, and not by the reactor-core-micrometer module.
@Deprecated public static io.micrometer.core.instrument.MeterRegistry getRegistry()
This is only reflecting the deprecated inline Micrometer instrumentation configuration, and not the configuration of the reactor-core-micrometer module.
Flux.metrics()