Package cloud.filibuster.instrumentation
Class Constants
- java.lang.Object
-
- cloud.filibuster.instrumentation.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILIBUSTER_EXECUTION_INDEXstatic java.lang.StringFILIBUSTER_ORIGIN_VCLOCKstatic java.lang.StringFILIBUSTER_REQUEST_IDstatic java.lang.StringFILIBUSTER_VCLOCK
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
FILIBUSTER_VCLOCK
public static final java.lang.String FILIBUSTER_VCLOCK
- See Also:
- Constant Field Values
-
FILIBUSTER_ORIGIN_VCLOCK
public static final java.lang.String FILIBUSTER_ORIGIN_VCLOCK
- See Also:
- Constant Field Values
-
FILIBUSTER_REQUEST_ID
public static final java.lang.String FILIBUSTER_REQUEST_ID
- See Also:
- Constant Field Values
-
FILIBUSTER_EXECUTION_INDEX
public static final java.lang.String FILIBUSTER_EXECUTION_INDEX
- See Also:
- Constant Field Values
-
-