Safe Haskell | None |
---|---|
Language | Haskell2010 |
Arbor.Monad.Metric.Api.Text
Documentation
Instances
Instances
Eq Gauge Source # | |
Ord Gauge Source # | |
Show Gauge Source # | |
Generic Gauge Source # | |
MetricFamily Gauge Source # | |
Defined in Arbor.Monad.Metric.Type Methods metricMapTVarOf :: Metrics -> TVar (MetricMap Gauge (MetricState Gauge)) Source # metricValueToState :: Proxy Gauge -> MetricValue Gauge -> MetricState Gauge Source # metricStateToValue :: Proxy Gauge -> MetricState Gauge -> MetricValue Gauge Source # | |
type Rep Gauge Source # | |
Defined in Arbor.Monad.Metric.Type type Rep Gauge = D1 (MetaData "Gauge" "Arbor.Monad.Metric.Type" "arbor-monad-metric-1.1.0-J7GpovoJq64CnFbA56PYkJ" False) (C1 (MetaCons "Gauge" PrefixI True) (S1 (MetaSel (Just "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "tags") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Set Tag)))) | |
type MetricValue Gauge Source # | |
Defined in Arbor.Monad.Metric.Type | |
type MetricState Gauge Source # | |
Defined in Arbor.Monad.Metric.Type |
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))) |