Skip to content

Commit f1bea0b

Browse files
authored
DOC-4594 Mention Prometheus v1 metrics issues resolved by v2 in release notes (#1017)
1 parent 7d33611 commit f1bea0b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-2-34.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,22 @@ This version offers:
8383

8484
- V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.
8585

86+
- The new metrics stream engine resolved some known issues and bugs:
87+
88+
- RS31923: Added missing types to Prometheus metrics.
89+
90+
- RS80626: Added DMC thread utilization metrics to the metrics exporter.
91+
92+
- RS113028: Upgraded the node exporter dependency to version 1.7.0.
93+
94+
- RS103537: Fixed an issue with missing indications when a node went down. You can see the node's metrics up until it went down and can monitor `node_metrics_up` to get an indication that it is down.
95+
96+
- RS103251: Metrics are now available during state machine operations.
97+
98+
- RS74732: Fixed an issue where a replica CRDB's stats were missing after removing and then re-adding the replica CRDB instance.
99+
100+
- RS65948: Fixed an issue where the metrics exporter generated duplicate stats headers when the cluster had both regular databases and Active-Active databases.
101+
86102
- [Rebalance shard placement REST API request]({{<relref "/operate/rs/references/rest-api/requests/bdbs/actions/rebalance">}}), which distributes the database's shards across nodes based on the database's shard placement policy. See [Shard placement policy]({{<relref "/operate/rs/databases/memory-performance/shard-placement-policy">}}) for more information about shard placement and available policies.
87103

88104
- [Shard failover REST API requests]({{<relref "/operate/rs/references/rest-api/requests/shards/actions/failover">}}), which perform failover on specified primary shards and promotes their replicas to primary shards.

0 commit comments

Comments
 (0)