Skip to content
Open
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
4 changes: 4 additions & 0 deletions content/en/docs/25.0/reference/vreplication/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ The total number of errors that caused a stream to stall

The number of errors per category across workflows

#### VStreamerThrottledCounts

The number of times vstreamer was throttled by the tablet throttler, labeled by workflow name (see [the other tablet throttler metrics](../../features/tablet-throttler/#metrics))

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New metric VStreamerThrottledCounts added in PR #20290. The metric is defined in engine.go with label workflow and description "Number of times vstreamer was throttled by the tablet throttler".

Source: vitessio/vitess#20290


#### VStreamerEventsStreamed

The total number of events streamed by this vttablet across all workflows
Expand Down