Class TracingProperties


  • public class TracingProperties
    extends Object
    Author:
    Pavol Loffay
    • Field Detail

      • CHILD_OF

        public static final String CHILD_OF
        Denotes a parent span context References.CHILD_OF. If it is not specified a new trace will be started. Set on Invocation.property(String, Object).
      • TRACING_DISABLED

        public static final String TRACING_DISABLED
        Indicates whether request should be traced or not. If it is not present and client is correctly configured request will be traced. Value should be a boolean (trace disabled/enabled). Set on Invocation.property(String, Object).