Skip to content
Merged
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
5 changes: 5 additions & 0 deletions content/en/docs/16.0/reference/vreplication/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down