Skip to content

Commit

Permalink
tikv: remove a useless metric (pingcap#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored and coocood committed Feb 8, 2018
1 parent 1af95b8 commit 498bf74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/tikv/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ func (s *tikvStore) getTimestampWithRetry(bo *Backoffer) (uint64, error) {
}

func (s *tikvStore) GetClient() kv.Client {
metrics.TiKVTxnCmdCounter.WithLabelValues("get_client").Inc()
return &CopClient{
store: s,
}
Expand Down

0 comments on commit 498bf74

Please sign in to comment.