Package com.netflix.genie.web.properties
Class UserMetricsProperties
java.lang.Object
com.netflix.genie.web.properties.UserMetricsProperties
@ConfigurationProperties(prefix="genie.tasks.user-metrics")
@Validated
public class UserMetricsProperties
extends Object
Properties related to publishing of user metrics.
- Since:
- 4.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The property that determines if theUserMetricsTask
is enabled.static final String
The property prefix for all properties in this group. -
Constructor Summary
-
Method Summary
-
Field Details
-
PROPERTY_PREFIX
The property prefix for all properties in this group.- See Also:
-
ENABLED_PROPERTY
The property that determines if theUserMetricsTask
is enabled.- See Also:
-
-
Constructor Details
-
UserMetricsProperties
public UserMetricsProperties()
-