Skip to content

Commit 12b3ce6

Browse files
committed
Merge branch 'main' into add-metrics
# Conflicts: # modules/manage/pages/disaster-recovery/shadowing/monitor.adoc
2 parents a90f4de + 2a5e33a commit 12b3ce6

File tree

1 file changed

+3
-3
lines changed
  • modules/manage/pages/disaster-recovery/shadowing

1 file changed

+3
-3
lines changed

modules/manage/pages/disaster-recovery/shadowing/monitor.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ rpk shadow describe <my-disaster-recovery-link>
3333

3434
For detailed command options, see xref:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[`rpk shadow list`] and xref:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[`rpk shadow describe`]. This command shows the complete configuration of the shadow link, including connection settings, filters, and synchronization options.
3535

36-
To check your shadow link status to ensure proper operation, run:
36+
To check your shadow link status and ensure proper operation, run:
3737

3838
[,bash]
3939
----
4040
rpk shadow status <shadow-link-name>
4141
----
4242

43-
For troubleshooting specific issues, you can use command options to show individual status sections. See xref:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[`rpk shadow status`] for available status options. The status output includes:
43+
For troubleshooting specific issues, you can use command options to show individual status sections. See xref:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[`rpk shadow status`] for available status options. The status output includes the following:
4444

4545
* **Shadow link state**: Overall operational state (`ACTIVE`, `PAUSED`).
4646
* **Individual topic states**: Current state of each replicated topic (`ACTIVE`, `FAULTED`, `FAILING_OVER`, `FAILED_OVER`, `PAUSED`).
@@ -106,7 +106,7 @@ rpk shadow status <shadow-link-name> | grep -E "LAG|Lag"
106106

107107
=== Alert conditions
108108

109-
Configure monitoring alerts for following conditions, which indicate problems with Shadowing:
109+
Configure monitoring alerts for the following conditions, which indicate problems with Shadowing:
110110

111111
* **High replication lag**: When xref:reference:public-metrics-reference.adoc#redpanda_shadow_link_shadow_lag[`redpanda_shadow_link_shadow_lag`] exceeds your RPO requirements
112112
* **Topic state changes**: When topics move to `FAULTED` state

0 commit comments

Comments
 (0)