@Deprecated public class Metrics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Metrics.MicrometerConfiguration
Deprecated.
Prefer using the reactor-core-micrometer module and configuring it using the Micrometer entrypoint.
|
Constructor and Description |
---|
Metrics()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isInstrumentationAvailable()
Deprecated.
prefer explicit usage of the reactor-core-micrometer module. To be removed in 3.6.0 at the earliest.
|
@Deprecated public static final boolean isInstrumentationAvailable()
Note that this is regardless of whether the new reactor-core-micrometer module is also on the classpath (which could be the reason Micrometer is on the classpath in the first place).