Versions in this module Expand all Collapse all v1 v1.6.9 May 31, 2018 Changes in this version + var Enabled = false + var MetricsEnabledFlag = "metrics" + func CollectProcessMetrics(refresh time.Duration) + func NewCounter(name string) metrics.Counter + func NewMeter(name string) metrics.Meter + func NewTimer(name string) metrics.Timer + func ReadDiskStats(stats *DiskStats) error + type DiskStats struct + ReadBytes int64 + ReadCount int64 + WriteBytes int64 + WriteCount int64