Skip to content

Commit

Permalink
metrics: add missing TiKVTxnCmdCounter (#11292) (#11315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored and zz-jason committed Jul 18, 2019
1 parent 9a76296 commit a22a091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func RegisterMetrics() {
prometheus.MustRegister(TiKVSecondaryLockCleanupFailureCounter)
prometheus.MustRegister(TiKVSendReqHistogram)
prometheus.MustRegister(TiKVSnapshotCounter)
prometheus.MustRegister(TiKVTxnCmdCounter)
prometheus.MustRegister(TiKVTxnCmdHistogram)
prometheus.MustRegister(TiKVTxnCounter)
prometheus.MustRegister(TiKVTxnRegionsNumHistogram)
Expand Down

0 comments on commit a22a091

Please sign in to comment.