diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-07-25 16:31:53 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-07-25 16:46:20 +1200 |
commit | 41f87e9e99e14f7d591f222b0246467acd040625 (patch) | |
tree | 3c890316bb7a0f8755831ecfb8d94d2282c900ef /changelogs | |
parent | 7fa0c7662b88efa72d29087a273f0b6c1e484b3e (diff) | |
download | gitlab-ce-41f87e9e99e14f7d591f222b0246467acd040625.tar.gz |
Removes potentially incorrect, and slow fallbackremove_deployment_metrics_deployment_platform_fallback
Deployment_platform is relatively expensive and calling this after the
fact means that this may not be the cluster that was deployed to.
Correspondingly reduce the leeway given in the related N+1 spec
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/remove_deployment_metrics_deployment_platform_fallback.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/remove_deployment_metrics_deployment_platform_fallback.yml b/changelogs/unreleased/remove_deployment_metrics_deployment_platform_fallback.yml new file mode 100644 index 00000000000..d32cbd1d8e0 --- /dev/null +++ b/changelogs/unreleased/remove_deployment_metrics_deployment_platform_fallback.yml @@ -0,0 +1,6 @@ +--- +title: Remove incorrect fallback when determining which cluster to use when retrieving + MR performance metrics +merge_request: 31126 +author: +type: changed |