Package com.netflix.genie.web.util
Class MetricsConstants.TagKeys
java.lang.Object
com.netflix.genie.web.util.MetricsConstants.TagKeys
- Enclosing class:
- MetricsConstants
Inner class for constants used as key to tag metrics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey to tag metrics with class of agent launcher.static final StringKey to tag a class name.static final StringKey to tag metrics with cluster ID.static final StringKey to tag metrics with cluster name.static final StringKey to tag metrics with command ID.static final StringKey to tag metrics with command name.static final StringKey to tag metrics with exception class.static final StringKey to tag the origin/source state of a state transition.static final StringKey to tag the user concurrent job limit.static final StringKey to tag the URI for a given script resource.static final StringKey to tag the status of a request or operation.static final StringKey to tag the destination/target state of a state transition.static final StringKey to tag a username. -
Method Summary
-
Field Details
-
EXCEPTION_CLASS
Key to tag metrics with exception class.- See Also:
-
AGENT_LAUNCHER_CLASS
Key to tag metrics with class of agent launcher.- See Also:
-
CLUSTER_ID
Key to tag metrics with cluster ID.- See Also:
-
CLUSTER_NAME
Key to tag metrics with cluster name.- See Also:
-
COMMAND_ID
Key to tag metrics with command ID.- See Also:
-
COMMAND_NAME
Key to tag metrics with command name.- See Also:
-
CLASS_NAME
Key to tag a class name.- See Also:
-
STATUS
Key to tag the status of a request or operation.- See Also:
-
USER
Key to tag a username.- See Also:
-
JOBS_USER_LIMIT
Key to tag the user concurrent job limit.- See Also:
-
FROM_STATE
Key to tag the origin/source state of a state transition.- See Also:
-
TO_STATE
Key to tag the destination/target state of a state transition.- See Also:
-
SCRIPT_URI
Key to tag the URI for a given script resource.- See Also:
-