Skip to content

Commit 52fcd15

Browse files
Merge pull request #13756 from rabbitmq/4.1-release-notes-prometheus
[skip-ci] Additional Prometheus-related release notes
2 parents cb4676d + 4d16225 commit 52fcd15

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

release-notes/4.1.0.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ This release series supports upgrades from `4.0.x` and `3.13.x`.
9797
[Blue/Green Deployment](https://www.rabbitmq.com/docs/blue-green-upgrade)-style upgrades are avaialble for migrations
9898
from RabbitMQ `3.12.x` series.
9999

100-
### Required Feature Flags
100+
### New Required Feature Flags
101101

102-
None/TBD.
102+
None. The required feature flag set is the same as in `4.0.x`.
103103

104104
### Mixed version cluster compatibility
105105

@@ -407,6 +407,23 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
407407

408408
GitHub issue: [#12765](https://github.com/rabbitmq/rabbitmq-server/pull/12765)
409409

410+
* New metric: `queue_identity_info`.
411+
412+
`queue_identity_info` is a new metric whose labels describe the type
413+
of the queue and its membership status (leader/follower) on the scraped node.
414+
415+
GitHub issue: [#13583](https://github.com/rabbitmq/rabbitmq-server/pull/13583)
416+
417+
* `rabbitmq_identity_info` now includes a new label, `rabbitmq_endpoint`.
418+
419+
The label allows operators differntiate between metrics scraped from different
420+
RabbitMQ endpoints (the per-object one and the aggregated one).
421+
422+
Since some metric names are identical regardless of whether they were
423+
scraped from `/metrics` and `/metrics/per-object`, scraping both endpoints could lead to
424+
duplicates and confusion.
425+
426+
GitHub issue: [#13218](https://github.com/rabbitmq/rabbitmq-server/pull/13218)
410427

411428
### Grafana Dashboards
412429

0 commit comments

Comments
 (0)