From 98dc9b881a6870d044575f8ede179742d8d36096 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Wed, 15 May 2024 00:03:44 +0200 Subject: [PATCH] more details Signed-off-by: Tim Vaillancourt --- changelog/20.0/20.0.0/summary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/20.0/20.0.0/summary.md b/changelog/20.0/20.0.0/summary.md index b06503d7f29..753e410d89e 100644 --- a/changelog/20.0/20.0.0/summary.md +++ b/changelog/20.0/20.0.0/summary.md @@ -107,6 +107,8 @@ These counters are replaced by the following stats _(introduced in Vitess 18.0)_ - `emergency_reparent_counts` - Number of times `EmergencyReparentShard` has been run. It is further subdivided by the keyspace, shard and the result of the operation. - `planned_reparent_counts` - Number of times `PlannedReparentShard` has been run. It is further subdivided by the keyspace, shard and the result of the operation. +Also, the `reparent_shard_operation_timings` stat was added to provide per-operation timings of reparent operations. + ### Breaking Changes #### `shutdown_grace_period` Default Change