[skip-ci] Additional Prometheus-related release notes

(cherry picked from commit b03b3cabf3)
This commit is contained in:
Michal Kuratczyk 2025-04-15 18:46:28 +02:00 committed by Mergify
parent 1861a703c1
commit ffaf395994
1 changed files with 15 additions and 0 deletions

View File

@ -408,6 +408,21 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
GitHub issue: [#12765](https://github.com/rabbitmq/rabbitmq-server/pull/12765)
* `queue_identity_info` metric is now available
`queue_identity_info` metric is exposed, with labels describing the type
of the queue and its membership status (leader/follower) on the scraped node.
GitHub issue: [#13583](https://github.com/rabbitmq/rabbitmq-server/pull/13583)
* `rabbitmq_identity_info` now contains `rabbitmq_endpoint` label
`rabbitmq_identity_info` metric has an additional label that allows to differntiate between
metrics scraped from different RabbitMQ endpoints. Some metric names are the same
when scraped from `/metrics` and `/metrics/per-object`, which can lead to duplicates.
GitHub issue: [#13218](https://github.com/rabbitmq/rabbitmq-server/pull/13218)
### Grafana Dashboards
#### Bug Fixes