Class SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- 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 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<SpanAttachedEvent>Collect SpanAttachedEvent to the OAP server in the streaming mode.
-
Constructor Details
-
SpanAttachedEventReportServiceImplBase
public SpanAttachedEventReportServiceImplBase()
-
-
Method Details
-
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()- Specified by:
bindServicein interfaceio.grpc.BindableService
-