public static final class TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub>
Define a trace segment report service. All language agents or any trace collecting component, could use this service to send span collection to the SkyWalking OAP backend.
| Modifier and Type | Method and Description |
|---|---|
protected TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Commands |
collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary
This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow.
|
protected TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<TraceSegmentReportServiceGrpc.TraceSegmentReportServiceBlockingStub>public Commands collectInSync(SegmentCollection request)
An alternative for trace report by using gRPC unary This is provided for some 3rd-party integration, if and only if they prefer the unary mode somehow. The performance of SkyWalking OAP server would be very similar with streaming report, the performance of the network and client side are affected
Copyright © 2022 The Apache Software Foundation. All rights reserved.