Class ManagementServiceGrpc.ManagementServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.management.v3.ManagementServiceGrpc.ManagementServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Enclosing class:
ManagementServiceGrpc

public abstract static class ManagementServiceGrpc.ManagementServiceImplBase extends Object implements io.grpc.BindableService
 Define the service reporting the extra information of the instance.
 
  • Constructor Details

    • ManagementServiceImplBase

      public ManagementServiceImplBase()
  • Method Details

    • reportInstanceProperties

      public void reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver)
       Report custom properties of a service instance.
       
    • keepAlive

      public void keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver)
       Keep the instance alive in the backend analysis.
       Only recommend to do separate keepAlive report when no trace and metrics needs to be reported.
       Otherwise, it is duplicated.
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService