ekg-core-0.1.1.7: Tracking of system metrics
System.Metrics.Distribution.Internal
Description
Internal module used to share implementation details between the family of ekg packages. DO NOT DEPEND ON THIS MODULE.
data Stats Source #
Distribution statistics
Constructors
Fields
Sample mean
Biased sample variance
Event count
Sum of values
Min value seen
Max value seen
Defined in System.Metrics.Distribution.Internal
Methods
(==) :: Stats -> Stats -> Bool #
(/=) :: Stats -> Stats -> Bool #
showsPrec :: Int -> Stats -> ShowS #
show :: Stats -> String #
showList :: [Stats] -> ShowS #