Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIngestHandler ¶ added in v0.6.1
func NewPyroscopeIngestHandler ¶
func NewPyroscopeIngestHandler(svc PushService, logger log.Logger) http.Handler
Types ¶
type PushService ¶
type PushService interface {
Push(ctx context.Context, req *connect.Request[pushv1.PushRequest]) (*connect.Response[pushv1.PushResponse], error)
}
Click to show internal directories.
Click to hide internal directories.