Uses of Class
com.azure.core.util.tracing.StartSpanOptions
-
Packages that use StartSpanOptions Package Description com.azure.core.util.tracing Package containing API for tracing. -
-
Uses of StartSpanOptions in com.azure.core.util.tracing
Methods in com.azure.core.util.tracing that return StartSpanOptions Modifier and Type Method Description StartSpanOptionsStartSpanOptions. setAttribute(String key, Object value)Sets attribute on span before its started.Methods in com.azure.core.util.tracing with parameters of type StartSpanOptions Modifier and Type Method Description default ContextTracer. start(String methodName, StartSpanOptions options, Context context)Creates a new tracing span.static ContextTracerProxy. start(String methodName, StartSpanOptions spanOptions, Context context)A new tracing span is created for eachtracerplugged into the SDK.
-