diff --git a/content/en/docs/17.0/reference/vreplication/metrics.md b/content/en/docs/17.0/reference/vreplication/metrics.md index b58fb434b..46707bcc5 100644 --- a/content/en/docs/17.0/reference/vreplication/metrics.md +++ b/content/en/docs/17.0/reference/vreplication/metrics.md @@ -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. \ No newline at end of file diff --git a/content/en/docs/17.0/reference/vreplication/vstream.md b/content/en/docs/17.0/reference/vreplication/vstream.md index 0e049b469..19f31a7d8 100644 --- a/content/en/docs/17.0/reference/vreplication/vstream.md +++ b/content/en/docs/17.0/reference/vreplication/vstream.md @@ -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)