Skip to content

Commit 217fc9c

Browse files
committed
DOC-4927 Added endpoint availability metrics known issue and workaround to 7.22 release notes
1 parent d592bc9 commit 217fc9c

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,17 @@ The following table shows the relationship between a database's status and avail
5858
| import-pending | <span title="Available">&#x2705;</span> Available |
5959
| pending | <span title="Available">&#x2705;</span> Available |
6060
| recovery | <span title="Not available">:x:</span> Not available |
61+
62+
## Known issues
63+
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

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ The following table provides a snapshot of supported platforms as of this Redis
9595

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

98+
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
99+
100+
```sh
101+
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
102+
-
103+
endpoint_server_available_again{cluster="$cluster", db="$db"}
104+
```
105+
106+
For up: 0-2
107+
108+
For down: 2-1000000
109+
98110
## Known limitations
99111

100112
#### Upload modules before OS upgrade

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,18 @@ The following table shows the SHA256 checksums for the available packages:
247247

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

250+
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
251+
252+
```sh
253+
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
254+
-
255+
endpoint_server_available_again{cluster="$cluster", db="$db"}
256+
```
257+
258+
For up: 0-2
259+
260+
For down: 2-1000000
261+
250262
## Known limitations
251263

252264
#### Upload modules before OS upgrade

0 commit comments

Comments
 (0)