接口 HTTPServiceMeshMetricOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface HTTPServiceMeshMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getDestInstanceProperties(int index) repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;intrepeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;getDestInstancePropertiesOrBuilder(int index) repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;List<? extends KeyStringValuePairOrBuilder>repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;string destServiceInstance = 6;com.google.protobuf.ByteStringstring destServiceInstance = 6;string destServiceName = 5;com.google.protobuf.ByteStringstring destServiceName = 5;.skywalking.v3.DetectPoint detectPoint = 12;int.skywalking.v3.DetectPoint detectPoint = 12;string endpoint = 7;com.google.protobuf.ByteStringstring endpoint = 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 |intint32 latency = 8;.skywalking.v3.Protocol protocol = 11;int.skywalking.v3.Protocol protocol = 11;intint32 responseCode = 9;getSourceInstanceProperties(int index) repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17;intrepeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17;repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17;getSourceInstancePropertiesOrBuilder(int index) repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17;List<? extends KeyStringValuePairOrBuilder>repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17;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.booleanStatus represents the response status of this calling.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.
-
getEndpoint
String getEndpoint()string endpoint = 7;- 返回:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()string endpoint = 7;- 返回:
- The bytes for endpoint.
-
getLatency
int getLatency()int32 latency = 8;- 返回:
- The latency.
-
getResponseCode
int getResponseCode()int32 responseCode = 9;- 返回:
- The responseCode.
-
getStatus
boolean getStatus()Status represents the response status of this calling.
bool status = 10;- 返回:
- The status.
-
getProtocolValue
int getProtocolValue().skywalking.v3.Protocol protocol = 11;- 返回:
- The enum numeric value on the wire for protocol.
-
getProtocol
Protocol getProtocol().skywalking.v3.Protocol protocol = 11;- 返回:
- The protocol.
-
getDetectPointValue
int getDetectPointValue().skywalking.v3.DetectPoint detectPoint = 12;- 返回:
- The enum numeric value on the wire for detectPoint.
-
getDetectPoint
DetectPoint getDetectPoint().skywalking.v3.DetectPoint detectPoint = 12;- 返回:
- The detectPoint.
-
getTlsMode
String getTlsMode()NONE, mTLS, or TLS
string tlsMode = 13;- 返回:
- The tlsMode.
-
getTlsModeBytes
com.google.protobuf.ByteString getTlsModeBytes()NONE, mTLS, or TLS
string tlsMode = 13;- 返回:
- 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 = 14;- 返回:
- 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 = 14;- 返回:
- 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 = 15;- 返回:
- 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 = 16;- 返回:
- The internalResponseLatencyNanos.
-
getSourceInstancePropertiesList
List<KeyStringValuePair> getSourceInstancePropertiesList()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17; -
getSourceInstanceProperties
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17; -
getSourceInstancePropertiesCount
int getSourceInstancePropertiesCount()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17; -
getSourceInstancePropertiesOrBuilderList
List<? extends KeyStringValuePairOrBuilder> getSourceInstancePropertiesOrBuilderList()repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17; -
getSourceInstancePropertiesOrBuilder
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 17; -
getDestInstancePropertiesList
List<KeyStringValuePair> getDestInstancePropertiesList()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18; -
getDestInstanceProperties
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18; -
getDestInstancePropertiesCount
int getDestInstancePropertiesCount()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18; -
getDestInstancePropertiesOrBuilderList
List<? extends KeyStringValuePairOrBuilder> getDestInstancePropertiesOrBuilderList()repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18; -
getDestInstancePropertiesOrBuilder
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 18;
-