Skip to content

Commit

Permalink
Fix help message in metric
Browse files Browse the repository at this point in the history
Clarified with the assistance of @aalda.
  • Loading branch information
panchoh committed Apr 4, 2019
1 parent b502bd0 commit 66df51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocks/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func newBloomFilterMetrics(stats *rocksdb.Statistics) *bloomFilterMetrics {
Namespace: namespace,
Subsystem: filterSubsystem,
Name: "full_true_positive",
Help: "Number of times bloom full filter did not avoid reads.",
Help: "Number of times bloom fullfilter did not avoid reads and data actually exist.",
},
extractMetric(stats, rocksdb.TickerBloomFilterFullTruePositive),
),
Expand Down

0 comments on commit 66df51e

Please sign in to comment.