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