接口 TCPServiceMeshMetricOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface TCPServiceMeshMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getDestInstanceProperties(int index) repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;intrepeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;getDestInstancePropertiesOrBuilder(int index) repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;List<? extends KeyStringValuePairOrBuilder>repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;string destServiceInstance = 6;com.google.protobuf.ByteStringstring destServiceInstance = 6;string destServiceName = 5;com.google.protobuf.ByteStringstring destServiceName = 5;.skywalking.v3.DetectPoint detectPoint = 7;int.skywalking.v3.DetectPoint detectPoint = 7;longEnd timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.The sidecar/proxy internal error code, the value bases on the implementation.com.google.protobuf.ByteStringThe sidecar/proxy internal error code, the value bases on the implementation.longInternal request(response) latency is the time cost inside the Envoy sidecar proxy.longinternalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte; | ... request workflow ... | upstream | ----- response -----> | proxy | ------- response -------> | client | | time_to_first_upstream_rx_byte | | time_to_last_downstream_tx_byte | | internalResponseLatencyNanos |longThe received data in byteslongThe sent data in bytesgetSourceInstanceProperties(int index) repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;intrepeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;getSourceInstancePropertiesOrBuilder(int index) repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;List<? extends KeyStringValuePairOrBuilder>repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;string sourceServiceInstance = 4;com.google.protobuf.ByteStringstring sourceServiceInstance = 4;string sourceServiceName = 3;com.google.protobuf.ByteStringstring sourceServiceName = 3;longStart timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.NONE, mTLS, or TLScom.google.protobuf.ByteStringNONE, mTLS, or TLS从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getStartTime
long getStartTime()Start timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 startTime = 1;- 返回:
- The startTime.
-
getEndTime
long getEndTime()End timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 endTime = 2;- 返回:
- The endTime.
-
getSourceServiceName
String getSourceServiceName()string sourceServiceName = 3;- 返回:
- The sourceServiceName.
-
getSourceServiceNameBytes
com.google.protobuf.ByteString getSourceServiceNameBytes()string sourceServiceName = 3;- 返回:
- The bytes for sourceServiceName.
-
getSourceServiceInstance
String getSourceServiceInstance()string sourceServiceInstance = 4;- 返回:
- The sourceServiceInstance.
-
getSourceServiceInstanceBytes
com.google.protobuf.ByteString getSourceServiceInstanceBytes()string sourceServiceInstance = 4;- 返回:
- The bytes for sourceServiceInstance.
-
getDestServiceName
String getDestServiceName()string destServiceName = 5;- 返回:
- The destServiceName.
-
getDestServiceNameBytes
com.google.protobuf.ByteString getDestServiceNameBytes()string destServiceName = 5;- 返回:
- The bytes for destServiceName.
-
getDestServiceInstance
String getDestServiceInstance()string destServiceInstance = 6;- 返回:
- The destServiceInstance.
-
getDestServiceInstanceBytes
com.google.protobuf.ByteString getDestServiceInstanceBytes()string destServiceInstance = 6;- 返回:
- The bytes for destServiceInstance.
-
getDetectPointValue
int getDetectPointValue().skywalking.v3.DetectPoint detectPoint = 7;- 返回:
- The enum numeric value on the wire for detectPoint.
-
getDetectPoint
DetectPoint getDetectPoint().skywalking.v3.DetectPoint detectPoint = 7;- 返回:
- The detectPoint.
-
getTlsMode
String getTlsMode()NONE, mTLS, or TLS
string tlsMode = 8;- 返回:
- The tlsMode.
-
getTlsModeBytes
com.google.protobuf.ByteString getTlsModeBytes()NONE, mTLS, or TLS
string tlsMode = 8;- 返回:
- The bytes for tlsMode.
-
getInternalErrorCode
String getInternalErrorCode()The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 9;- 返回:
- The internalErrorCode.
-
getInternalErrorCodeBytes
com.google.protobuf.ByteString getInternalErrorCodeBytes()The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 9;- 返回:
- The bytes for internalErrorCode.
-
getInternalRequestLatencyNanos
long getInternalRequestLatencyNanos()Internal request(response) latency is the time cost inside the Envoy sidecar proxy. For more details, check https://www.envoyproxy.io/docs/envoy/v1.22.0/api-v3/data/accesslog/v3/accesslog.proto.html#data-accesslog-v3-accesslogcommon. internalRequestLatencyNanos is the interval between the first downstream byte received and the first upstream byte sent
int64 internalRequestLatencyNanos = 10;- 返回:
- The internalRequestLatencyNanos.
-
getInternalResponseLatencyNanos
long getInternalResponseLatencyNanos()internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte; | ... request workflow ... | upstream | ----- response -----> | proxy | ------- response -------> | client | | time_to_first_upstream_rx_byte | | time_to_last_downstream_tx_byte | | internalResponseLatencyNanos |int64 internalResponseLatencyNanos = 11;- 返回:
- The internalResponseLatencyNanos.
-
getSourceInstancePropertiesList
List<KeyStringValuePair> getSourceInstancePropertiesList()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12; -
getSourceInstanceProperties
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12; -
getSourceInstancePropertiesCount
int getSourceInstancePropertiesCount()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12; -
getSourceInstancePropertiesOrBuilderList
List<? extends KeyStringValuePairOrBuilder> getSourceInstancePropertiesOrBuilderList()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12; -
getSourceInstancePropertiesOrBuilder
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12; -
getDestInstancePropertiesList
List<KeyStringValuePair> getDestInstancePropertiesList()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13; -
getDestInstanceProperties
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13; -
getDestInstancePropertiesCount
int getDestInstancePropertiesCount()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13; -
getDestInstancePropertiesOrBuilderList
List<? extends KeyStringValuePairOrBuilder> getDestInstancePropertiesOrBuilderList()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13; -
getDestInstancePropertiesOrBuilder
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13; -
getReceivedBytes
long getReceivedBytes()The received data in bytes
int64 receivedBytes = 14;- 返回:
- The receivedBytes.
-
getSentBytes
long getSentBytes()The sent data in bytes
int64 sentBytes = 15;- 返回:
- The sentBytes.
-