Class TracingLink
java.lang.Object
com.azure.core.util.tracing.TracingLink
Represents tracing link that connects one trace to another.
-
Constructor Summary
ConstructorsConstructorDescriptionTracingLink(Context context) Creates link traces without attributesTracingLink(Context context, Map<String, Object> attributes) Creates link with attributes. -
Method Summary
Modifier and TypeMethodDescriptionGets link attributesGets linked context
-
Constructor Details
-
TracingLink
Creates link traces without attributes- Parameters:
context- instance of context that contains span context
-
TracingLink
-
-
Method Details
-
getContext
-
getAttributes
-