public class TraceComponent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceComponent.Builder |
| Modifier and Type | Method and Description |
|---|---|
io.opentelemetry.context.Context |
getContext() |
String |
getErrorMessage() |
String |
getLocation() |
String |
getName() |
io.opentelemetry.api.trace.SpanKind |
getSpanKind() |
String |
getSpanName() |
io.opentelemetry.api.trace.StatusCode |
getStatusCode() |
Map<String,String> |
getTags() |
String |
getTransactionId() |
static TraceComponent.Builder |
newBuilder(String name) |
TraceComponent.Builder |
toBuilder() |
public static TraceComponent.Builder newBuilder(String name)
public io.opentelemetry.api.trace.SpanKind getSpanKind()
public String getName()
public String getTransactionId()
public String getSpanName()
public io.opentelemetry.context.Context getContext()
public String getLocation()
public String getErrorMessage()
public TraceComponent.Builder toBuilder()
public io.opentelemetry.api.trace.StatusCode getStatusCode()
Copyright © 2022 AVIO Consulting. All rights reserved.