Skip to content

Commit 9eaf370

Browse files
author
beorn7
committed
Avoid "online serving system".
1 parent 000ef45 commit 9eaf370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prometheus/histogram.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ type Histogram interface {
5050

5151
var (
5252
// DefBuckets are the default Histogram buckets. The default buckets are
53-
// tailored to broadly measure response time in seconds for a typical online
54-
// serving system. Most likely, however, you will be required to define buckets
55-
// customized to your use case.
53+
// tailored to broadly measure the response time (in seconds) of a
54+
// network service. Most likely, however, you will be required to define
55+
// buckets customized to your use case.
5656
DefBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}
5757

5858
errBucketLabelNotAllowed = fmt.Errorf(

0 commit comments

Comments
 (0)