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
If APMEvents is backed by vtproto's pool then timestamppb comes out as one of the most allocation heavy object. This was fixed in apm-aggregation by using uint64 to encode timestamps. If uint64 suits all our needs, we should consider promoting that package to apm-data: https://github.com/elastic/apm-aggregation/tree/main/aggregators/internal/timestamppb
The text was updated successfully, but these errors were encountered:
If
APMEvents
is backed by vtproto's pool thentimestamppb
comes out as one of the most allocation heavy object. This was fixed inapm-aggregation
by usinguint64
to encode timestamps. Ifuint64
suits all our needs, we should consider promoting that package toapm-data
: https://github.com/elastic/apm-aggregation/tree/main/aggregators/internal/timestamppbThe text was updated successfully, but these errors were encountered: