diff options
author | Eric Eastwood <erice@element.io> | 2022-08-09 11:21:58 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-08-09 11:21:58 -0500 |
commit | 71a8c5577ea569cebef1034cb91f9496fdcb891b (patch) | |
tree | 397fec9373473aa6d613db23b0d059661c1edd6c | |
parent | Allow grafana histogram quantiles to show values bigger than 10s (diff) | |
download | synapse-71a8c5577ea569cebef1034cb91f9496fdcb891b.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/13478.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13478.misc b/changelog.d/13478.misc new file mode 100644 index 0000000000..5ff7551843 --- /dev/null +++ b/changelog.d/13478.misc @@ -0,0 +1 @@ +Fix the `synapse_http_server_response_time_seconds` metric not having buckets big enough for requests that take more than 10s. |