类 ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.servicemesh.v3.ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
ServiceMeshMetricServiceGrpc

public abstract static class ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase extends Object implements io.grpc.BindableService
 Define metrics report service. The metrics format is typically representing the data model collected in the service mesh case.
 
  • 构造器详细资料

    • ServiceMeshMetricServiceImplBase

      public ServiceMeshMetricServiceImplBase()
  • 方法详细资料

    • collect

      public io.grpc.stub.StreamObserver<ServiceMeshMetrics> collect(io.grpc.stub.StreamObserver<MeshProbeDownstream> responseObserver)
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService