Live data from Hacker News

Viewing profile — RonFeder

RonFeder

HN member
Joined
Mon, Oct 30, 2023, 10:30 AM UTC
HN karma
5
Public activity
3 items

About RonFeder

No profile information was provided.

Recent public activity

  1. comment
    Comment #38081190

    Compared to multi-threaded process, there is still a big advantage in terms of latency. Handling all the exporting in the same process will greatly effect GC operations which requi…

  2. comment
    Comment #38072261

    The eBPF programs handle passing the context through the requests by adding a field to the header as you mentioned. The injected field is according to the w3c standard.

  3. comment
    Comment #38071783

    The main factor for reduced latency is the separation between recording and processing of data. The eBPF programs are the only overhead for the instrumented process in terms of lat…