We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db41dad commit b804be1Copy full SHA for b804be1
examples/random/main.go
@@ -57,7 +57,7 @@ func NewMetrics(reg prometheus.Registerer, normMean, normDomain float64) *metric
57
// parameters of the normal distribution, with 20 buckets
58
// centered on the mean, each half-sigma wide. The sparse
59
// buckets are always centered on zero, with a growth factor of
60
- // one bucket to the text of (at most) 1.1. (The precise factor
+ // one bucket to the next of (at most) 1.1. (The precise factor
61
// is 2^2^-3 = 1.0905077...)
62
rpcDurationsHistogram: prometheus.NewHistogram(prometheus.HistogramOpts{
63
Name: "rpc_durations_histogram_seconds",
0 commit comments