summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorBen Kochie <bjk@gitlab.com>2019-07-19 13:34:04 +0000
committerBob Van Landuyt <bob@gitlab.com>2019-07-19 13:34:04 +0000
commit442f59917708d663b7dac36560dd174dc8fbc2d2 (patch)
treef5947514961681eb4220974804e12248250e3bb6 /changelogs/unreleased
parent4ef648cda46632012ac10243a29e956430e8d36e (diff)
downloadgitlab-ce-442f59917708d663b7dac36560dd174dc8fbc2d2.tar.gz
Adjust redis cache metrics
* Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/bjk-64064_cache_metrics.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bjk-64064_cache_metrics.yml b/changelogs/unreleased/bjk-64064_cache_metrics.yml
new file mode 100644
index 00000000000..c9baff7cb7b
--- /dev/null
+++ b/changelogs/unreleased/bjk-64064_cache_metrics.yml
@@ -0,0 +1,5 @@
+---
+title: Adjust redis cache metrics
+merge_request: 30572
+author:
+type: changed