Class TracingConstants

java.lang.Object
com.netflix.genie.common.internal.tracing.TracingConstants

public final class TracingConstants extends Object
Constants used for adding metadata to tracing spans.
Since:
4.0.0
  • Field Details

    • GLOBAL_TAG_BASE

      public static final String GLOBAL_TAG_BASE
      The root of all tags related to Genie on spans.
      See Also:
    • AGENT_TAG_BASE

      public static final String AGENT_TAG_BASE
      The root for all tags related to spans occurring in the Genie agent.
      See Also:
    • AGENT_CLI_COMMAND_NAME_TAG

      public static final String AGENT_CLI_COMMAND_NAME_TAG
      The command that was entered on the CLI for the agent to execute.
      See Also:
    • SERVER_TAG_BASE

      public static final String SERVER_TAG_BASE
      The root for all tags related to spans occurring in the Genie server.
      See Also:
    • JOB_TAG_BASE

      public static final String JOB_TAG_BASE
      The root of all tags related to spans operating on a genie job.
      See Also:
    • JOB_ID_TAG

      public static final String JOB_ID_TAG
      The tag for the unique job id.
      See Also:
    • NEW_JOB_TAG

      public static final String NEW_JOB_TAG
      The tag to represent that this span contains a new job submission.
      See Also:
    • JOB_NAME_TAG

      public static final String JOB_NAME_TAG
      The tag for the job name.
      See Also:
    • JOB_USER_TAG

      public static final String JOB_USER_TAG
      The tag for the job user.
      See Also:
    • JOB_CLUSTER_ID_TAG

      public static final String JOB_CLUSTER_ID_TAG
      The tag for the job command id.
      See Also:
    • JOB_CLUSTER_NAME_TAG

      public static final String JOB_CLUSTER_NAME_TAG
      The tag for the job command id.
      See Also:
    • JOB_COMMAND_ID_TAG

      public static final String JOB_COMMAND_ID_TAG
      The tag for the job command id.
      See Also:
    • JOB_COMMAND_NAME_TAG

      public static final String JOB_COMMAND_NAME_TAG
      The tag for the job command id.
      See Also:
    • TRUE_VALUE

      public static final String TRUE_VALUE
      Convenience constant for representing a flag tag with a value of true.
      See Also: