Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq Counter Source # | |
Ord Counter Source # | |
Show Counter Source # | |
Generic Counter Source # | |
MetricFamily Counter Source # | |
Defined in Arbor.Monad.Metric.Type type MetricValue Counter :: Type Source # type MetricState Counter :: Type Source # | |
type Rep Counter Source # | |
Defined in Arbor.Monad.Metric.Type type Rep Counter = D1 (MetaData "Counter" "Arbor.Monad.Metric.Type" "arbor-monad-metric-1.1.0-J7GpovoJq64CnFbA56PYkJ" False) (C1 (MetaCons "Counter" PrefixI True) (S1 (MetaSel (Just "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "tags") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Set Tag)))) | |
type MetricValue Counter Source # | |
Defined in Arbor.Monad.Metric.Type | |
type MetricState Counter Source # | |
Defined in Arbor.Monad.Metric.Type |
Instances
Instances
Eq Tag Source # | |
Ord Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
type Rep Tag Source # | |
Defined in Arbor.Monad.Metric.Type type Rep Tag = D1 (MetaData "Tag" "Arbor.Monad.Metric.Type" "arbor-monad-metric-1.1.0-J7GpovoJq64CnFbA56PYkJ" False) (C1 (MetaCons "Tag" PrefixI True) (S1 (MetaSel (Just "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "value") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) |