Skip to content

Commit a90f4de

Browse files
committed
reintroduce shadowing metrics
1 parent 1905b94 commit a90f4de

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Shadowing provides comprehensive metrics to track replication performance and he
5656
|===
5757
|Metric |Type |Description
5858

59+
|xref:reference:public-metrics-reference.adoc#redpanda_shadow_link_client_errors[`redpanda_shadow_link_client_errors`]
60+
|Counter
61+
|Total number of errors encountered by the Kafka client during shadow link operations. Monitor by `shadow_link_name` to identify connection issues, authentication failures, or other client-side problems.
62+
5963
|xref:reference:public-metrics-reference.adoc#redpanda_shadow_link_shadow_lag[`redpanda_shadow_link_shadow_lag`]
6064
|Gauge
6165
|The lag of the shadow partition against the source partition, calculated as source partition LSO (Last Stable Offset) minus shadow partition HWM (High Watermark). Monitor by `shadow_link_name`, `topic`, and `partition` to understand replication lag for each partition.

modules/reference/pages/public-metrics-reference.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,18 @@ Number of shadow topics in the respective states. Monitor this metric to track t
23742374

23752375
---
23762376

2377+
=== redpanda_shadow_link_client_errors
2378+
2379+
Total number of errors encountered by the Kafka client during shadow link operations. Monitor this metric to identify connection issues, authentication failures, or other client-side problems affecting shadow link replication.
2380+
2381+
*Type*: counter
2382+
2383+
*Labels*:
2384+
2385+
- `shadow_link_name` - Name of the shadow link
2386+
2387+
---
2388+
23772389
=== redpanda_shadow_link_total_bytes_fetched
23782390

23792391
Total number of bytes fetched by a sharded replicator (bytes received by the client). Use this metric to track data transfer volume from the source cluster.

0 commit comments

Comments
 (0)