Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizeMetricKey ¶ added in v0.36.0
SanitizeMetricKey sanitize metric keys to be Mackerel friendly
Types ¶
type DfStat ¶ added in v0.34.0
type DfStat struct { Name string Blocks uint64 Used uint64 Available uint64 Capacity uint8 Mounted string }
DfStat is disk free statistics from df command. Field names are taken from column names of `df -P`
func CollectDfValues ¶ added in v0.16.1
CollectDfValues collects disk free statistics from df command
Click to show internal directories.
Click to hide internal directories.