Class ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.servicemesh.v3.ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- 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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<ServiceMeshMetrics>collect(io.grpc.stub.StreamObserver<MeshProbeDownstream> responseObserver)
-
Constructor Details
-
ServiceMeshMetricServiceImplBase
public ServiceMeshMetricServiceImplBase()
-
-
Method Details
-
collect
public io.grpc.stub.StreamObserver<ServiceMeshMetrics> collect(io.grpc.stub.StreamObserver<MeshProbeDownstream> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-