summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-12-21 15:56:45 +0000
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-12-26 13:39:41 +0000
commitdaa9be9eca46b1b9df61e3509ef93be8ce97262e (patch)
treeda770d0adc905aee0bf4cbac0f3b7707ee7a8baf /changelogs
parentb976a57cb7a0ff393839796aa069496a774397ec (diff)
downloadgitlab-ce-daa9be9eca46b1b9df61e3509ef93be8ce97262e.tar.gz
Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'
Reduce cardinality of some of GitLab's Prometheus metrics and fix observed duration reporting. Closes #41045 See merge request gitlab-org/gitlab-ce!15881 (cherry picked from commit 92e15071c13f65cf7250315f1a138284880b0074) e391fe1d Reduce cardinality of gitlab_cache_operation_duration_seconds histogram b02db1f4 Fix gitaly_call_histogram to observe times in seconds correctly a8ebed60 Make `System.monotonic_time` retun seconds represented by float with microsecond precision 3c545133 Fix tests and formatting ed715b79 use in_milliseconds rails helper 040167f0 Use seconds where possible, and convert to milliseconds for Influxdb consumption 10af36f0 add missing word to pawel-reduce_cardinality_of_prometheus_metrics.yml
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml b/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml
new file mode 100644
index 00000000000..0cee0b634d6
--- /dev/null
+++ b/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce the number of buckets in gitlab_cache_operation_duration_seconds metric
+merge_request: 15881
+author:
+type: changed