diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-06-11 17:19:51 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2018-06-11 19:18:02 +0200 |
commit | 61ae9c4c5bc93405617a0a6da25f02e92e1edf1f (patch) | |
tree | 0730fe92fce384b175ca36f50b9fd8d796e62b2d /changelogs | |
parent | 87eb2b6e510af44ec905c183d9b886a46d223815 (diff) | |
download | gitlab-ce-61ae9c4c5bc93405617a0a6da25f02e92e1edf1f.tar.gz |
Adjust SQL and transaction Prometheus bucketssql-buckets
This allows us to better calculate Apdex scores, instead of having to
use the 0.1 and 1.0 buckets.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sql-buckets.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sql-buckets.yml b/changelogs/unreleased/sql-buckets.yml new file mode 100644 index 00000000000..afb13d5cb20 --- /dev/null +++ b/changelogs/unreleased/sql-buckets.yml @@ -0,0 +1,5 @@ +--- +title: Adjust SQL and transaction Prometheus buckets +merge_request: +author: +type: other |