| Package | Description |
|---|---|
| com.aliyun.core.http | |
| com.aliyun.core.utils | |
| com.aliyun.core.utils.tracing |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<HttpResponse> |
HttpClient.send(HttpRequest request,
Context context) |
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.NONE |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.addData(Object key,
Object value) |
static Context |
Context.of(Map<Object,Object> keyValues) |
| Modifier and Type | Method and Description |
|---|---|
Context |
Tracer.extractContext(String diagnosticId,
Context context) |
default Context |
Tracer.getSharedSpanBuilder(String spanName,
Context context) |
static Context |
TracerProxy.setSpanName(String spanName,
Context context) |
Context |
Tracer.setSpanName(String spanName,
Context context) |
static Context |
TracerProxy.start(String methodName,
Context context) |
Context |
Tracer.start(String methodName,
Context context) |
Context |
Tracer.start(String methodName,
Context context,
ProcessKind processKind) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tracer.addLink(Context context) |
static void |
TracerProxy.end(int responseCode,
Throwable error,
Context context) |
void |
Tracer.end(int responseCode,
Throwable error,
Context context) |
void |
Tracer.end(String statusMessage,
Throwable error,
Context context) |
Context |
Tracer.extractContext(String diagnosticId,
Context context) |
default Context |
Tracer.getSharedSpanBuilder(String spanName,
Context context) |
static void |
TracerProxy.setAttribute(String key,
String value,
Context context) |
void |
Tracer.setAttribute(String key,
String value,
Context context) |
static Context |
TracerProxy.setSpanName(String spanName,
Context context) |
Context |
Tracer.setSpanName(String spanName,
Context context) |
static Context |
TracerProxy.start(String methodName,
Context context) |
Context |
Tracer.start(String methodName,
Context context) |
Context |
Tracer.start(String methodName,
Context context,
ProcessKind processKind) |
Copyright © 2022. All rights reserved.