接口 TCPServiceMeshMetricOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
TCPServiceMeshMetric, TCPServiceMeshMetric.Builder

public interface TCPServiceMeshMetricOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • 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

      KeyStringValuePair getSourceInstanceProperties(int index)
      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

      KeyStringValuePairOrBuilder getSourceInstancePropertiesOrBuilder(int index)
      repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 12;
    • getDestInstancePropertiesList

      List<KeyStringValuePair> getDestInstancePropertiesList()
      repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 13;
    • getDestInstanceProperties

      KeyStringValuePair getDestInstanceProperties(int index)
      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

      KeyStringValuePairOrBuilder getDestInstancePropertiesOrBuilder(int index)
      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.