ceilometer-common-0.2.2: Common Haskell types and encoding for ceilometer

Safe HaskellNone
LanguageHaskell2010

Ceilometer.Client

Contents

Synopsis

Interface

decodeFold Source

Arguments

:: (Monad m, Applicative m) 
=> Env

SourceDict to infer the resource type.

-> Producer SimplePoint m ()

The raw data points to parse and aggregate.

-> m (Maybe FoldResult)

Result

decodeFold_ :: forall proxy a m. (Known a, Applicative m, Monad m) => proxy a -> Env -> Producer SimplePoint m () -> m FoldResult Source

Re-exports