summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-11 10:29:58 -0500
committerEric Eastwood <erice@element.io>2022-08-11 10:30:00 -0500
commit54b367622f8f731e79547f3bb924eb50c10b3b95 (patch)
tree3ae187dfcce7c3a69f070f36c49fbeb88934d36a
parentAdd changelog (diff)
downloadsynapse-54b367622f8f731e79547f3bb924eb50c10b3b95.tar.xz
Tune buckets
See https://github.com/matrix-org/synapse/pull/13478#discussion_r943469965
-rw-r--r--synapse/http/request_metrics.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/http/request_metrics.py b/synapse/http/request_metrics.py
index 9ff39b0833..3450126f24 100644
--- a/synapse/http/request_metrics.py
+++ b/synapse/http/request_metrics.py
@@ -48,11 +48,9 @@ response_timer = Histogram(
         0.01,
         0.025,
         0.05,
-        0.075,
         0.1,
         0.25,
         0.5,
-        0.75,
         1.0,
         2.5,
         5.0,
@@ -62,7 +60,6 @@ response_timer = Histogram(
         60.0,
         120.0,
         180.0,
-        200.0,
         "+Inf",
     ),
 )