Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
type GrpcServer struct { pb.UnimplementedTraceServiceServer TraceHandler *handler.TraceHandler }
func (*GrpcServer) Export ¶
func (s *GrpcServer) Export(context context.Context, req *pb.ExportTraceServiceRequest) (*pb.ExportTraceServiceResponse, error)
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTPServer ¶
func NewHTTPServer() *HTTPServer
func (*HTTPServer) ConfigureRoutes ¶
func (s *HTTPServer) ConfigureRoutes(traceHandler *handler.TraceHandler)
func (*HTTPServer) Run ¶
func (s *HTTPServer) Run(otlpConfig config.OtlpConfig) error
Click to show internal directories.
Click to hide internal directories.