Hoogle Search

Within LTS Haskell 24.14 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Distribution :: Stats -> Value

    ekg-core System.Metrics

    No documentation available.

  2. module System.Metrics.Distribution

    This module defines a type for tracking statistics about a series of events. An event could be handling of a request and the value associated with the event -- the value you'd pass to add -- could be the amount of time spent serving that request (e.g. in milliseconds). All operations are thread safe.

  3. data Distribution

    ekg-core System.Metrics.Distribution

    An metric for tracking events.

Page 1 of 1