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
Why does the SDK use the /ingest API while the eBPF injection uses the pushservice API? Is it because of performance considerations? Was there a previous intermediate version of eBPF that used the ingest API for reporting performance?
The text was updated successfully, but these errors were encountered:
/ingest is the first version of pyroscope, pushservice API is the new API which is based of pprof and recommended as of now. OTEL will most likely be the future and we'll have a 3 API for ingesting :) open-telemetry/oteps#239
We keep the /ingest because it support more other format such jfr from java which is handy.
Why does the SDK use the /ingest API while the eBPF injection uses the pushservice API? Is it because of performance considerations? Was there a previous intermediate version of eBPF that used the ingest API for reporting performance?
The text was updated successfully, but these errors were encountered: