You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyroscope receive_http only support the /ingest API, which is confusing. We should promote the use of the connect-go handlers and there fore provide a pushv1.PushV1.
Currently it is not possible for example to make pyroscope.ebpf of many agents send to pyroscope.receive_http on a single gateway agent, as this only uses the push.v1.PusherService/Push.
Proposal
Support connect-go on the reciever_http socket.
The text was updated successfully, but these errors were encountered:
Background
Pyroscope receive_http only support the
/ingest
API, which is confusing. We should promote the use of the connect-go handlers and there fore provide a pushv1.PushV1.Currently it is not possible for example to make
pyroscope.ebpf
of many agents send topyroscope.receive_http
on a single gateway agent, as this only uses thepush.v1.PusherService/Push
.Proposal
Support connect-go on the reciever_http socket.
The text was updated successfully, but these errors were encountered: