Class TracingConstants
- java.lang.Object
-
- com.netflix.genie.common.internal.tracing.TracingConstants
-
public final class TracingConstants extends java.lang.Object
Constants used for adding metadata to tracing spans.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AGENT_CLI_COMMAND_NAME_TAG
The command that was entered on the CLI for the agent to execute.static java.lang.String
AGENT_TAG_BASE
The root for all tags related to spans occurring in the Genie agent.static java.lang.String
GLOBAL_TAG_BASE
The root of all tags related to Genie on spans.static java.lang.String
JOB_CLUSTER_ID_TAG
The tag for the job command id.static java.lang.String
JOB_CLUSTER_NAME_TAG
The tag for the job command id.static java.lang.String
JOB_COMMAND_ID_TAG
The tag for the job command id.static java.lang.String
JOB_COMMAND_NAME_TAG
The tag for the job command id.static java.lang.String
JOB_ID_TAG
The tag for the unique job id.static java.lang.String
JOB_NAME_TAG
The tag for the job name.static java.lang.String
JOB_TAG_BASE
The root of all tags related to spans operating on a genie job.static java.lang.String
JOB_USER_TAG
The tag for the job user.static java.lang.String
NEW_JOB_TAG
The tag to represent that this span contains a new job submission.static java.lang.String
SERVER_TAG_BASE
The root for all tags related to spans occurring in the Genie server.static java.lang.String
TRUE_VALUE
Convenience constant for representing a flag tag with a value of true.
-
-
-
Field Detail
-
GLOBAL_TAG_BASE
public static final java.lang.String GLOBAL_TAG_BASE
The root of all tags related to Genie on spans.- See Also:
- Constant Field Values
-
AGENT_TAG_BASE
public static final java.lang.String AGENT_TAG_BASE
The root for all tags related to spans occurring in the Genie agent.- See Also:
- Constant Field Values
-
AGENT_CLI_COMMAND_NAME_TAG
public static final java.lang.String AGENT_CLI_COMMAND_NAME_TAG
The command that was entered on the CLI for the agent to execute.- See Also:
- Constant Field Values
-
SERVER_TAG_BASE
public static final java.lang.String SERVER_TAG_BASE
The root for all tags related to spans occurring in the Genie server.- See Also:
- Constant Field Values
-
JOB_TAG_BASE
public static final java.lang.String JOB_TAG_BASE
The root of all tags related to spans operating on a genie job.- See Also:
- Constant Field Values
-
JOB_ID_TAG
public static final java.lang.String JOB_ID_TAG
The tag for the unique job id.- See Also:
- Constant Field Values
-
NEW_JOB_TAG
public static final java.lang.String NEW_JOB_TAG
The tag to represent that this span contains a new job submission.- See Also:
- Constant Field Values
-
JOB_NAME_TAG
public static final java.lang.String JOB_NAME_TAG
The tag for the job name.- See Also:
- Constant Field Values
-
JOB_USER_TAG
public static final java.lang.String JOB_USER_TAG
The tag for the job user.- See Also:
- Constant Field Values
-
JOB_CLUSTER_ID_TAG
public static final java.lang.String JOB_CLUSTER_ID_TAG
The tag for the job command id.- See Also:
- Constant Field Values
-
JOB_CLUSTER_NAME_TAG
public static final java.lang.String JOB_CLUSTER_NAME_TAG
The tag for the job command id.- See Also:
- Constant Field Values
-
JOB_COMMAND_ID_TAG
public static final java.lang.String JOB_COMMAND_ID_TAG
The tag for the job command id.- See Also:
- Constant Field Values
-
JOB_COMMAND_NAME_TAG
public static final java.lang.String JOB_COMMAND_NAME_TAG
The tag for the job command id.- See Also:
- Constant Field Values
-
TRUE_VALUE
public static final java.lang.String TRUE_VALUE
Convenience constant for representing a flag tag with a value of true.- See Also:
- Constant Field Values
-
-