Skip to content

Commit 173917f

Browse files
authored
RS: Added known issue for the metrics stream engine latency metrics to RS 7.22 release notes (#1585)
* RS: Added known issue for the metrics stream engine latency metrics to RS 7.22 release notes * Removed RS155734 from known issues in RS 7.22 release notes * Added RS155734 back to known issues for RS 7.22
1 parent 1d4c7ee commit 173917f

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

content/operate/rs/monitoring/db-availability.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,4 @@ The following table shows the relationship between a database's status and avail
6161

6262
## Known issues
6363

64-
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
65-
66-
```sh
67-
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
68-
-
69-
endpoint_server_available_again{cluster="$cluster", db="$db"}
70-
```
71-
72-
For up: 0-2
73-
74-
For down: 2-1000000
64+
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.

content/operate/rs/release-notes/rs-7-22-releases/_index.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,12 @@ The following table provides a snapshot of supported platforms as of this Redis
101101

102102
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
103103

104-
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
105-
106-
```sh
107-
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
108-
-
109-
endpoint_server_available_again{cluster="$cluster", db="$db"}
110-
```
111-
112-
For up: 0-2
113-
114-
For down: 2-1000000
104+
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
115105

116106
- RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled.
117107

108+
- RS153589: The metrics stream engine preview reports incorrect latency metrics.
109+
118110
## Known limitations
119111

120112
#### Upload modules before OS upgrade

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,12 @@ The following table shows the SHA256 checksums for the available packages:
276276

277277
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
278278

279-
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
280-
281-
```sh
282-
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
283-
-
284-
endpoint_server_available_again{cluster="$cluster", db="$db"}
285-
```
286-
287-
For up: 0-2
288-
289-
For down: 2-1000000
279+
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
290280

291281
- RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled.
292282

283+
- RS153589: The metrics stream engine preview reports incorrect latency metrics.
284+
293285
## Known limitations
294286

295287
#### Upload modules before OS upgrade

0 commit comments

Comments
 (0)