diff --git a/go/vt/vttablet/tabletmanager/vreplication/stats.go b/go/vt/vttablet/tabletmanager/vreplication/stats.go index 432afcae931..7589ebdcf2d 100644 --- a/go/vt/vttablet/tabletmanager/vreplication/stats.go +++ b/go/vt/vttablet/tabletmanager/vreplication/stats.go @@ -329,7 +329,7 @@ func (st *vrStats) register() { stats.NewCountersFuncWithMultiLabels( "VReplicationErrors", "Errors during vreplication", - []string{"workflow", "type"}, + []string{"workflow", "id", "type"}, func() map[string]int64 { st.mu.Lock() defer st.mu.Unlock()