Skip to content

Remove allocation tracking code from InfluxDB sampler for performance

Stan Hu requested to merge sh-remove-allocation-tracking-influxdb into master

On GitLab.com, InfluxSampler#sample_objects appears to take 1.2 s or so to iterate through 1059 objects. This had led to delays of a couple hundred milliseconds in processing in the main thread. Remove this code since it's not really being used.

Closes gitlab-com/infrastructure#3250

Merge request reports