Skip to content

Commit

Permalink
Fix typo in txn.commits metric help text
Browse files Browse the repository at this point in the history
  • Loading branch information
a-robinson committed Jul 9, 2020
1 parent 1b5d070 commit f4c804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvclient/kvcoord/txn_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var (
}
metaCommits1PCRates = metric.Metadata{
Name: "txn.commits1PC",
Help: "Number of KV transaction on-phase commit attempts",
Help: "Number of KV transaction one-phase commit attempts",
Measurement: "KV Transactions",
Unit: metric.Unit_COUNT,
}
Expand Down

0 comments on commit f4c804a

Please sign in to comment.