public interface TraceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSpanId()
[Optional] The number id of the span.
|
String |
getTraceId()
[Optional] A string id represents the whole trace.
|
com.google.protobuf.ByteString |
getTraceIdBytes()
[Optional] A string id represents the whole trace.
|
String |
getTraceSegmentId()
[Optional] A unique id represents this segment.
|
com.google.protobuf.ByteString |
getTraceSegmentIdBytes()
[Optional] A unique id represents this segment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTraceId()
[Optional] A string id represents the whole trace.
string traceId = 1;com.google.protobuf.ByteString getTraceIdBytes()
[Optional] A string id represents the whole trace.
string traceId = 1;String getTraceSegmentId()
[Optional] A unique id represents this segment. Other segments could use this id to reference as a child segment.
string traceSegmentId = 2;com.google.protobuf.ByteString getTraceSegmentIdBytes()
[Optional] A unique id represents this segment. Other segments could use this id to reference as a child segment.
string traceSegmentId = 2;int getSpanId()
[Optional] The number id of the span. Should be unique in the whole segment. Starting at 0.
int32 spanId = 3;Copyright © 2022 The Apache Software Foundation. All rights reserved.