Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGrpcServer ¶
func NewHttpServer ¶
func NewIngester ¶
func NewIngester( tracePersister tracePersister, runRepository runGetter, eventEmitter executor.EventEmitter, dsRepo *datastore.Repository, subManager subscription.Manager, tracer trace.Tracer, ) *ingester
Types ¶
type Ingester ¶
type Ingester interface {
Ingest(ctx context.Context, request *pb.ExportTraceServiceRequest, requestType RequestType) (*pb.ExportTraceServiceResponse, error)
}
type RequestType ¶
type RequestType string
var ( RequestTypeHTTP RequestType = "HTTP" RequestTypeGRPC RequestType = "gRPC" )
Click to show internal directories.
Click to hide internal directories.