Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rate ¶
type Rate struct {
// contains filtered or unexported fields
}
Rate tracks an exponentially weighted moving average of a per-second rate.
func NewEWMARate ¶
NewEWMARate always allocates a new ewmaRate, as this guarantees the atomically accessed int64 will be aligned on ARM. See prometheus#2666.
Click to show internal directories.
Click to hide internal directories.