forked from mirror/client_golang
Improve description of MaxAge in summary docs (#864)
* Improve description of MaxAge in summary docs Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
This commit is contained in:
parent
54867648f2
commit
3998a677f9
|
@ -121,7 +121,9 @@ type SummaryOpts struct {
|
||||||
Objectives map[float64]float64
|
Objectives map[float64]float64
|
||||||
|
|
||||||
// MaxAge defines the duration for which an observation stays relevant
|
// MaxAge defines the duration for which an observation stays relevant
|
||||||
// for the summary. Must be positive. The default value is DefMaxAge.
|
// for the summary. Only applies to pre-calculated quantiles, does not
|
||||||
|
// apply to _sum and _count. Must be positive. The default value is
|
||||||
|
// DefMaxAge.
|
||||||
MaxAge time.Duration
|
MaxAge time.Duration
|
||||||
|
|
||||||
// AgeBuckets is the number of buckets used to exclude observations that
|
// AgeBuckets is the number of buckets used to exclude observations that
|
||||||
|
|
Loading…
Reference in New Issue