Documentation ¶
Overview ¶
Package metricsformatter provides functionality for manipulating data to be used for metrics collection.
Index ¶
Examples ¶
Constants ¶
View Source
const (
Unavailable = -1.0
)Variables ¶
This section is empty.
Functions ¶
func PerMinuteToPerSec ¶
PerMinuteToPerSec converts a per-minute value to per-second value, rounding to the nearest integer.
Example ¶
fmt.Println(PerMinuteToPerSec(90))
Output: 2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.