Skip to content

Commit

Permalink
Merge pull request #8483 from planetscale/rn-metric-fix
Browse files Browse the repository at this point in the history
Fix vreplication error metric
  • Loading branch information
rohit-nayak-ps authored Jul 17, 2021
2 parents 08aa289 + 09e3dda commit ed78318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tabletmanager/vreplication/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ed78318

Please sign in to comment.