different versions of PushBytes expect the trace data to be pushed in different formats
(ctx context.Context, in *PushBytesRequest, opts ...grpc.CallOption)
| 3094 | // different versions of PushBytes expect the trace data to be pushed in |
| 3095 | // different formats |
| 3096 | PushBytes(ctx context.Context, in *PushBytesRequest, opts ...grpc.CallOption) (*PushResponse, error) |
| 3097 | PushBytesV2(ctx context.Context, in *PushBytesRequest, opts ...grpc.CallOption) (*PushResponse, error) |
| 3098 | } |
| 3099 |
no outgoing calls