ekg-core-0.1.1.0: Tracking of system metrics

Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Metrics.Distribution.Internal

Description

Internal module used to share implementation details between the family of ekg packages. DO NOT DEPEND ON THIS MODULE.

Synopsis

Documentation

data Stats Source

Distribution statistics

Constructors

Stats 

Fields

mean :: !Double

Sample mean

variance :: !Double

Biased sample variance

count :: !Int64

Event count

sum :: !Double

Sum of values

min :: !Double

Min value seen

max :: !Double

Max value seen

Instances