Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvcc: count range/put/del operations for txns #8054

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

heyitsanthony
Copy link
Contributor

Txns were previously only bumping the txn counter; now bumps all operation
counters.

/cc @xiang90

Txns were previously only bumping the txn counter; now bumps all operation
counters.
@xiang90
Copy link
Contributor

xiang90 commented Jun 8, 2017

Lgtm

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@a36d62a). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #8054   +/-   ##
=========================================
  Coverage          ?   76.14%           
=========================================
  Files             ?      341           
  Lines             ?    26464           
  Branches          ?        0           
=========================================
  Hits              ?    20151           
  Misses            ?     4847           
  Partials          ?     1466
Impacted Files Coverage Δ
mvcc/metrics_txn.go 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a36d62a...0352ce7. Read the comment docs.

@heyitsanthony heyitsanthony merged commit 3df9352 into etcd-io:master Jun 8, 2017
@heyitsanthony heyitsanthony deleted the txn-metric branch June 8, 2017 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants