dd-trace-dotnet icon indicating copy to clipboard operation
dd-trace-dotnet copied to clipboard

[Profiler] Use libdatadog as buffer

Open kevingosse opened this issue 2 years ago • 0 comments

Summary of changes

Instead of having an intermediary buffer in the SamplesAggregator, have the SamplesCollector directly push the samples to libdatadog.

Reason for change

Slight optimization (since libdatadog directly aggregates the samples), plus laying the groundwork for supporting endpoint aggregation.

kevingosse avatar Jul 19 '22 10:07 kevingosse