File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff 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
9898from 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
You can’t perform that action at this time.
0 commit comments