Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions content/operate/rs/monitoring/db-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,4 @@ The following table shows the relationship between a database's status and avail

## Known issues

- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:

```sh
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
-
endpoint_server_available_again{cluster="$cluster", db="$db"}
```

For up: 0-2

For down: 2-1000000
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
14 changes: 3 additions & 11 deletions content/operate/rs/release-notes/rs-7-22-releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,12 @@ The following table provides a snapshot of supported platforms as of this Redis

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

- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:

```sh
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
-
endpoint_server_available_again{cluster="$cluster", db="$db"}
```

For up: 0-2

For down: 2-1000000
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.

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

- RS153589: The metrics stream engine preview reports incorrect latency metrics.

## Known limitations

#### Upload modules before OS upgrade
Expand Down
14 changes: 3 additions & 11 deletions content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,20 +276,12 @@ The following table shows the SHA256 checksums for the available packages:

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

- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:

```sh
endpoint_server_became_unavailable{cluster="$cluster", db="$db"}
-
endpoint_server_available_again{cluster="$cluster", db="$db"}
```

For up: 0-2

For down: 2-1000000
- RS155734: Endpoint availability metrics do not work as expected due to a calculation error.

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

- RS153589: The metrics stream engine preview reports incorrect latency metrics.

## Known limitations

#### Upload modules before OS upgrade
Expand Down