Safe Haskell | None |
---|---|
Language | Haskell2010 |
System.Metrics.TrackerInstances
Contents
Documentation
newtype DistrGauge Source #
Constructors
DistrGauge (Distribution, Gauge) |
Instances
TrackerLike DistrGauge Source # | |
Defined in System.Metrics.TrackerInstances Associated Types type TrackAction DistrGauge m = (r :: Type) Source # Methods track :: (MonadMetrics m, KnownSymbol name, Typeable metric, Ord (metric DistrGauge name)) => metric DistrGauge name -> TrackAction DistrGauge m Source # createTracker :: Text -> Store -> IO DistrGauge Source # | |
type TrackAction DistrGauge m Source # | |
Defined in System.Metrics.TrackerInstances |