public static interface Tracepb.TraceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDurationThresholdMs()
Report the trace records only if the duration of handling the request exceeds the threshold.
|
Tracepb.RemoteParentSpan |
getRemoteParentSpans(int index)
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1; |
int |
getRemoteParentSpansCount()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1; |
List<Tracepb.RemoteParentSpan> |
getRemoteParentSpansList()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1; |
Tracepb.RemoteParentSpanOrBuilder |
getRemoteParentSpansOrBuilder(int index)
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1; |
List<? extends Tracepb.RemoteParentSpanOrBuilder> |
getRemoteParentSpansOrBuilderList()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Tracepb.RemoteParentSpan> getRemoteParentSpansList()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1;
Tracepb.RemoteParentSpan getRemoteParentSpans(int index)
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1;
int getRemoteParentSpansCount()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1;
List<? extends Tracepb.RemoteParentSpanOrBuilder> getRemoteParentSpansOrBuilderList()
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1;
Tracepb.RemoteParentSpanOrBuilder getRemoteParentSpansOrBuilder(int index)
repeated .tracepb.RemoteParentSpan remote_parent_spans = 1;
int getDurationThresholdMs()
Report the trace records only if the duration of handling the request exceeds the threshold.
uint32 duration_threshold_ms = 2;
Copyright © 2024 PingCAP. All rights reserved.