From 351514e3215e38d6793d3c2fecdd8bc50d3d269a Mon Sep 17 00:00:00 2001 From: Amir Abushareb Date: Mon, 25 Sep 2023 09:47:40 +0100 Subject: [PATCH] docs/vtorc: add DetectedProblems See: https://github.com/vitessio/vitess/pull/13967 Signed-off-by: Amir Abushareb --- content/en/docs/18.0/reference/vtorc/ui_api_metrics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/18.0/reference/vtorc/ui_api_metrics.md b/content/en/docs/18.0/reference/vtorc/ui_api_metrics.md index 91e08a5d9..15889b0ca 100644 --- a/content/en/docs/18.0/reference/vtorc/ui_api_metrics.md +++ b/content/en/docs/18.0/reference/vtorc/ui_api_metrics.md @@ -35,6 +35,7 @@ Metrics are available to be seen on the `/debug/vars` page. VTOrc exports the fo | `SuccessfulRecoveries` | The number of succesful recoveries run. This is further subdivided for all the different recoveries. | | `FailedRecoveries` | The number of recoveries that failed. This is further subdivided for all the different recoveries. | | `ErrantGtidTabletCount` | The number of tablets with errant GTIDs as detected by VTOrc. | +| `DetectedProblems` | Binary gauge that shows the active problems that VTOrc has detected. This is further subdivided by TabletAlias, Keyspace, and Shard. | {{< info >}}