Skip to content

Commit

Permalink
docs/vtorc: add DetectedProblems (#1597)
Browse files Browse the repository at this point in the history
See: vitessio/vitess#13967

Signed-off-by: Amir Abushareb <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
  • Loading branch information
yields and GuptaManan100 authored Sep 29, 2023
1 parent d471f59 commit 5f2d022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/18.0/reference/vtorc/ui_api_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| `planned_reparent_counts` | Number of times Planned Reparent Shard has been run. It is further subdivided by the keyspace, shard and the result of the operation. |
| `emergency_reparent_counts` | Number of times Emergency Reparent Shard has been run. It is further subdivided by the keyspace, shard and the result of the operation. |
| `reparent_shard_operation_timings` | Timings of reparent shard operations indexed by the type of operation. |
Expand Down

0 comments on commit 5f2d022

Please sign in to comment.