ekg-core-0.1.1.8: 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

Instances

Instances details
Show Stats Source # 
Instance details

Defined in System.Metrics.Distribution.Internal

Methods

showsPrec :: Int -> Stats -> ShowS #

show :: Stats -> String #

showList :: [Stats] -> ShowS #

Eq Stats Source # 
Instance details

Defined in System.Metrics.Distribution.Internal

Methods

(==) :: Stats -> Stats -> Bool #

(/=) :: Stats -> Stats -> Bool #