Uses of Class
com.azure.core.util.tracing.StartSpanOptions
Packages that use StartSpanOptions
-
Uses of StartSpanOptions in com.azure.core.util.tracing
Methods in com.azure.core.util.tracing that return StartSpanOptionsModifier and TypeMethodDescriptionStartSpanOptions.addLink(TracingLink link) Add link to span.StartSpanOptions.setAttribute(String key, Object value) Sets attribute on span before its started.StartSpanOptions.setRemoteParent(Context parent) Sets remote parent context.StartSpanOptions.setStartTimestamp(Instant timestamp) Sets span start timestamp.Methods in com.azure.core.util.tracing with parameters of type StartSpanOptionsModifier and TypeMethodDescriptiondefault ContextTracer.start(String methodName, StartSpanOptions options, Context context) Creates a new tracing span.static ContextTracerProxy.start(String methodName, StartSpanOptions spanOptions, Context context) Deprecated.A new tracing span is created for eachtracerplugged into the SDK.