Class PrometheusRegistryProcessor.TraceEnabled
- java.lang.Object
-
- io.quarkus.micrometer.deployment.export.PrometheusRegistryProcessor.TraceEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- PrometheusRegistryProcessor
public static class PrometheusRegistryProcessor.TraceEnabled extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description TraceEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-