summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2022-11-09 15:06:53 +0400
committerMichael Klishin <michael@clojurewerkz.org>2022-11-09 15:07:01 +0400
commit68cf9d53bd3cb1e882984e937f318db2e7823758 (patch)
tree6cc511b7ef53cedc537b0e06e3bf035c2e8a4a1d
parent4c26da8c8ab130fa8ffa5d306f990fc471b9c759 (diff)
downloadrabbitmq-server-git-68cf9d53bd3cb1e882984e937f318db2e7823758.tar.gz
Update 3.11.3 release notes
(cherry picked from commit 63338a0cc0f4a71c79a82485fbf435517fe79e30)
-rw-r--r--release-notes/3.11.3.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/release-notes/3.11.3.md b/release-notes/3.11.3.md
index 2dab7b6729..e9c4debf6c 100644
--- a/release-notes/3.11.3.md
+++ b/release-notes/3.11.3.md
@@ -102,6 +102,16 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#6243](https://github.com/rabbitmq/rabbitmq-server/pull/6243)
+### Prometheus Plugin
+
+#### Bug Fixes
+
+ * Abruptly closed client connections resulted in incorrect updates of certain global
+ metric counters.
+
+ GitHub issue: [#5462](https://github.com/rabbitmq/rabbitmq-server/issues/5462)
+
+
### Management Plugin
#### Bug Fixes