diff options
author | Stan Hu <stanhu@gmail.com> | 2017-12-10 21:48:13 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-12-10 21:53:28 -0800 |
commit | e1a8e5a509fc11c1373367f7399da6c12b51db39 (patch) | |
tree | a2955fb7917a14a54fc0cf2cabbbb81a0985268c /changelogs | |
parent | 806a68a81f1baeed07c146b1b5d9eb77796c46ba (diff) | |
download | gitlab-ce-e1a8e5a509fc11c1373367f7399da6c12b51db39.tar.gz |
Remove allocation tracking code from InfluxDB sampler for performancesh-remove-allocation-tracking-influxdb
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml b/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml new file mode 100644 index 00000000000..b98573df303 --- /dev/null +++ b/changelogs/unreleased/sh-remove-allocation-tracking-influxdb.yml @@ -0,0 +1,5 @@ +--- +title: Remove allocation tracking code from InfluxDB sampler for performance +merge_request: +author: +type: performance |