Skip to content

Commit

Permalink
metrics: add missing TiKVTxnCmdCounter (#11292) (#11316)
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 b9b6c97 commit bbfb4ec
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 @@ -114,6 +114,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 bbfb4ec

Please sign in to comment.