@@ -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,19 +407,21 @@ 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 ` .
410411
411- * ` queue_identity_info ` metric is now available
412-
413- ` queue_identity_info ` metric is exposed, with labels describing the type
412+ ` queue_identity_info ` is a new metric whose labels describe the type
414413 of the queue and its membership status (leader/follower) on the scraped node.
415414
416415 GitHub issue: [ #13583 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13583 )
417416
418- * ` rabbitmq_identity_info ` now contains ` rabbitmq_endpoint ` label
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).
419421
420- ` rabbitmq_identity_info ` metric has an additional label that allows to differntiate between
421- metrics scraped from different RabbitMQ endpoints. Some metric names are the same
422- when scraped from ` /metrics ` and ` /metrics/per-object ` , which can lead to duplicates .
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 .
423425
424426 GitHub issue: [ #13218 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13218 )
425427
0 commit comments