Package org.tkit.onecx.quarkus.parameter
Interface ParametersConfig.MetricsConfig
- Enclosing interface:
- ParametersConfig
public static interface ParametersConfig.MetricsConfig
Metrics configuration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()If set to true, the application will send metrics information to the parameter management.Metrics scheduler configuration
-
Method Details
-
enabled
@WithName("enabled") @WithDefault("true") boolean enabled()If set to true, the application will send metrics information to the parameter management. -
metricsIntervalInMilliseconds
@WithName("metrics-interval-in-milliseconds") @WithDefault("20000") Long metricsIntervalInMilliseconds()Metrics scheduler configuration
-