类 SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
SpanAttachedEventReportServiceGrpc

public abstract static class SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase extends Object implements io.grpc.BindableService
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 ebpf agent(SkyWalking Rover) collects extra information from the OS(Linux Only) level to attach on the traced span.
 Since v3.1
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
  • 构造器详细资料

    • SpanAttachedEventReportServiceImplBase

      public SpanAttachedEventReportServiceImplBase()
  • 方法详细资料

    • collect

      public io.grpc.stub.StreamObserver<SpanAttachedEvent> collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
       Collect SpanAttachedEvent to the OAP server in the streaming mode.
       
    • bindService

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