Class TracingProperties
- java.lang.Object
-
- io.smallrye.opentracing.contrib.jaxrs2.client.TracingProperties
-
public class TracingProperties extends Object
- Author:
- Pavol Loffay
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHILD_OFDenotes a parent span contextReferences.CHILD_OF.static StringTRACING_DISABLEDIndicates whether request should be traced or not.
-
-
-
Field Detail
-
CHILD_OF
public static final String CHILD_OF
Denotes a parent span contextReferences.CHILD_OF. If it is not specified a new trace will be started. Set onInvocation.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 onInvocation.property(String, Object).
-
-