Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-12-11 08:48:13 +0300
committerStan Hu <stanhu@gmail.com>2017-12-11 08:53:28 +0300
commite1a8e5a509fc11c1373367f7399da6c12b51db39 (patch)
treea2955fb7917a14a54fc0cf2cabbbb81a0985268c /changelogs
parent806a68a81f1baeed07c146b1b5d9eb77796c46ba (diff)
Remove allocation tracking code from InfluxDB sampler for performance
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.yml5
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