Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EwmaRate ¶ added in v1.9.0
type EwmaRate struct {
// contains filtered or unexported fields
}
EwmaRate tracks an exponentially weighted moving average of a per-second rate.
func NewEWMARate ¶ added in v1.9.0
func NewEWMARate(alpha float64, interval time.Duration) *EwmaRate
type MaxTracker ¶ added in v1.17.0
type MaxTracker struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.