From daa9be9eca46b1b9df61e3509ef93be8ce97262e Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 21 Dec 2017 15:56:45 +0000 Subject: 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 --- .../unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml (limited to 'changelogs') 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 -- cgit v1.2.1