Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions content/en/docs/17.0/reference/vreplication/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,9 @@ The total number of vstreamers created during the lifetime of this tablet
"VStreamersCreated": 0,
"VStreamersEndedWithErrors": 0,
```

## VTGate Metrics
#### VStreamsCreated
The total number of vstreams created during the lifetime of this vtgate.
#### VStreamsLag
The difference in seconds between the current time when the vstream event was sent and the time when the binlog event occurred.
3 changes: 3 additions & 0 deletions content/en/docs/17.0/reference/vreplication/vstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ customer_id: 1
```

## Monitoring
VTGates publish vstream metrics listed [here](../metrics/#vtgate-metrics).

## More Reading

* [VStream Copy](https://github.com/vitessio/vitess/issues/6277)
Expand Down