| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
SpanObject.Builder |
SpanObject.Builder.addAllLogs(Iterable<? extends Log> values)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.addAllRefs(Iterable<? extends SegmentReference> values)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.addAllTags(Iterable<? extends KeyStringValuePair> values)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.addLogs(int index,
Log.Builder builderForValue)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.addLogs(int index,
Log value)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.addLogs(Log.Builder builderForValue)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.addLogs(Log value)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.addRefs(int index,
SegmentReference.Builder builderForValue)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.addRefs(int index,
SegmentReference value)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.addRefs(SegmentReference.Builder builderForValue)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.addRefs(SegmentReference value)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SpanObject.Builder |
SegmentObject.Builder.addSpansBuilder()
Span collections included in this segment.
|
SpanObject.Builder |
SegmentObject.Builder.addSpansBuilder(int index)
Span collections included in this segment.
|
SpanObject.Builder |
SpanObject.Builder.addTags(int index,
KeyStringValuePair.Builder builderForValue)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.addTags(int index,
KeyStringValuePair value)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.addTags(KeyStringValuePair.Builder builderForValue)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.addTags(KeyStringValuePair value)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.clear() |
SpanObject.Builder |
SpanObject.Builder.clearComponentId()
Component id is a predefinited number id in the SkyWalking.
|
SpanObject.Builder |
SpanObject.Builder.clearEndTime()
End timestamp in milliseconds of this span,
measured between the current time and midnight, January 1, 1970 UTC.
|
SpanObject.Builder |
SpanObject.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SpanObject.Builder |
SpanObject.Builder.clearIsError()
The status of the span.
|
SpanObject.Builder |
SpanObject.Builder.clearLogs()
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SpanObject.Builder |
SpanObject.Builder.clearOperationName()
A logic name represents this span.
|
SpanObject.Builder |
SpanObject.Builder.clearParentSpanId()
The number id of the parent span in the whole segment.
|
SpanObject.Builder |
SpanObject.Builder.clearPeer()
Remote address of the peer in RPC/MQ case.
|
SpanObject.Builder |
SpanObject.Builder.clearRefs()
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.clearSkipAnalysis()
Force the backend don't do analysis, if the value is TRUE.
|
SpanObject.Builder |
SpanObject.Builder.clearSpanId()
The number id of the span.
|
SpanObject.Builder |
SpanObject.Builder.clearSpanLayer()
Span layer represent the component tech stack, related to the network tech.
|
SpanObject.Builder |
SpanObject.Builder.clearSpanType()
Span type represents the role in the RPC context.
|
SpanObject.Builder |
SpanObject.Builder.clearStartTime()
Start timestamp in milliseconds of this span,
measured between the current time and midnight, January 1, 1970 UTC.
|
SpanObject.Builder |
SpanObject.Builder.clearTags()
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.clone() |
SpanObject.Builder |
SegmentObject.Builder.getSpansBuilder(int index)
Span collections included in this segment.
|
SpanObject.Builder |
SpanObject.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SpanObject.Builder |
SpanObject.Builder.mergeFrom(com.google.protobuf.Message other) |
SpanObject.Builder |
SpanObject.Builder.mergeFrom(SpanObject other) |
SpanObject.Builder |
SpanObject.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SpanObject.Builder |
SpanObject.newBuilder() |
static SpanObject.Builder |
SpanObject.newBuilder(SpanObject prototype) |
SpanObject.Builder |
SpanObject.newBuilderForType() |
protected SpanObject.Builder |
SpanObject.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SpanObject.Builder |
SpanObject.Builder.removeLogs(int index)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.removeRefs(int index)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.removeTags(int index)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.setComponentId(int value)
Component id is a predefinited number id in the SkyWalking.
|
SpanObject.Builder |
SpanObject.Builder.setEndTime(long value)
End timestamp in milliseconds of this span,
measured between the current time and midnight, January 1, 1970 UTC.
|
SpanObject.Builder |
SpanObject.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SpanObject.Builder |
SpanObject.Builder.setIsError(boolean value)
The status of the span.
|
SpanObject.Builder |
SpanObject.Builder.setLogs(int index,
Log.Builder builderForValue)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.setLogs(int index,
Log value)
String key, String value pair with an accurate timestamp.
|
SpanObject.Builder |
SpanObject.Builder.setOperationName(String value)
A logic name represents this span.
|
SpanObject.Builder |
SpanObject.Builder.setOperationNameBytes(com.google.protobuf.ByteString value)
A logic name represents this span.
|
SpanObject.Builder |
SpanObject.Builder.setParentSpanId(int value)
The number id of the parent span in the whole segment.
|
SpanObject.Builder |
SpanObject.Builder.setPeer(String value)
Remote address of the peer in RPC/MQ case.
|
SpanObject.Builder |
SpanObject.Builder.setPeerBytes(com.google.protobuf.ByteString value)
Remote address of the peer in RPC/MQ case.
|
SpanObject.Builder |
SpanObject.Builder.setRefs(int index,
SegmentReference.Builder builderForValue)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.setRefs(int index,
SegmentReference value)
<Optional>
In the across thread and across process, these references targeting the parent segments.
|
SpanObject.Builder |
SpanObject.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SpanObject.Builder |
SpanObject.Builder.setSkipAnalysis(boolean value)
Force the backend don't do analysis, if the value is TRUE.
|
SpanObject.Builder |
SpanObject.Builder.setSpanId(int value)
The number id of the span.
|
SpanObject.Builder |
SpanObject.Builder.setSpanLayer(SpanLayer value)
Span layer represent the component tech stack, related to the network tech.
|
SpanObject.Builder |
SpanObject.Builder.setSpanLayerValue(int value)
Span layer represent the component tech stack, related to the network tech.
|
SpanObject.Builder |
SpanObject.Builder.setSpanType(SpanType value)
Span type represents the role in the RPC context.
|
SpanObject.Builder |
SpanObject.Builder.setSpanTypeValue(int value)
Span type represents the role in the RPC context.
|
SpanObject.Builder |
SpanObject.Builder.setStartTime(long value)
Start timestamp in milliseconds of this span,
measured between the current time and midnight, January 1, 1970 UTC.
|
SpanObject.Builder |
SpanObject.Builder.setTags(int index,
KeyStringValuePair.Builder builderForValue)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.setTags(int index,
KeyStringValuePair value)
String key, String value pair.
|
SpanObject.Builder |
SpanObject.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SpanObject.Builder |
SpanObject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<SpanObject.Builder> |
SegmentObject.Builder.getSpansBuilderList()
Span collections included in this segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentObject.Builder |
SegmentObject.Builder.addSpans(int index,
SpanObject.Builder builderForValue)
Span collections included in this segment.
|
SegmentObject.Builder |
SegmentObject.Builder.addSpans(SpanObject.Builder builderForValue)
Span collections included in this segment.
|
SegmentObject.Builder |
SegmentObject.Builder.setSpans(int index,
SpanObject.Builder builderForValue)
Span collections included in this segment.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.