MCPcopy
hub / github.com/grafana/tempo / PushBytes

Method PushBytes

pkg/tempopb/tempo.pb.go:3096–3096  ·  view source on GitHub ↗

different versions of PushBytes expect the trace data to be pushed in different formats

(ctx context.Context, in *PushBytesRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

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

Implementers 3

mockServicemodules/frontend/interceptor/intercept
pusherClientpkg/tempopb/tempo.pb.go
UnimplementedPusherServerpkg/tempopb/tempo.pb.go

Calls

no outgoing calls