eventlog-live-0.3.0.0: Live processing of eventlog data.
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

GHC.Eventlog.Live.Data.Metric

Description

 
Synopsis

Documentation

data Metric a Source #

Metrics combine a measurement with a timestamp representing the time of the measurement, a timestamp representing the earliest possible measurment, and a list of attributes.

Constructors

Metric 

Fields

Instances

Instances details
Functor Metric Source # 
Instance details

Defined in GHC.Eventlog.Live.Data.Metric

Methods

fmap :: (a -> b) -> Metric a -> Metric b #

(<$) :: a -> Metric b -> Metric a #

Show a => Show (Metric a) Source # 
Instance details

Defined in GHC.Eventlog.Live.Data.Metric

Methods

showsPrec :: Int -> Metric a -> ShowS #

show :: Metric a -> String #

showList :: [Metric a] -> ShowS #