Package io.quarkus.runtime
Interface BuilderConfig.Metrics
- Enclosing interface:
BuilderConfig
public static interface BuilderConfig.Metrics
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If set to true then dump the build metrics to a JSON file in the build directory.booleanIf set to true then the collection of metrics is enhanced but the size of the generated JSON file may grow significantly.
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If set to true then dump the build metrics to a JSON file in the build directory. -
extendedCapture
@WithDefault("false") boolean extendedCapture()If set to true then the collection of metrics is enhanced but the size of the generated JSON file may grow significantly.
-