| Package | Description |
|---|---|
| com.azure.core.util.tracing |
Package containing API for tracing.
|
| Modifier and Type | Method and Description |
|---|---|
StartSpanOptions |
StartSpanOptions.setAttribute(String key,
Object value)
Sets attribute on span before its started.
|
| Modifier and Type | Method and Description |
|---|---|
default Context |
Tracer.start(String methodName,
StartSpanOptions options,
Context context)
Creates a new tracing span.
|
static Context |
TracerProxy.start(String methodName,
StartSpanOptions spanOptions,
Context context)
A new tracing span is created for each
tracer plugged into the SDK. |
Copyright © 2021 Microsoft Corporation. All rights reserved.