From c3b8fb057dfc69286dae013910affa2e0641d69c Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 16 Dec 2022 18:42:19 +0100 Subject: [PATCH] Add VStreamerCount metric from vitessio/vitess pr #11978 Signed-off-by: Tim Vaillancourt --- content/en/docs/16.0/reference/vreplication/metrics.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/16.0/reference/vreplication/metrics.md b/content/en/docs/16.0/reference/vreplication/metrics.md index 523a367ca..1506c8413 100644 --- a/content/en/docs/16.0/reference/vreplication/metrics.md +++ b/content/en/docs/16.0/reference/vreplication/metrics.md @@ -86,6 +86,10 @@ This shows the state of each stream. The value of the `vstream_packet_size` flag specified for this tablet +#### VStreamerCount + +The current number of running vstreamers + #### VStreamerErrors The number of errors per category across workflows @@ -135,6 +139,7 @@ The total number of vstreamer created during the lifetime of this tablet "VReplicationTableCopyRowCounts": {"commerce.0.commerce2customer.1.corder": 4, "commerce.0.commerce2customer.1.customer": 2}, "VReplicationTableCopyTimings": {"commerce.0.commerce2customer.1.customer": 6707583, "commerce.0.commerce2customer.1.corder": 13254250}, "VStreamPacketSize": 250000, +"VStreamerCount": 0, "VStreamerErrors": {"Catchup": 0, "Copy": 0, "Send": 0, "TablePlan": 0}, "VStreamerEventsStreamed": 0, "VStreamerNumPackets": 0,