Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. Counter :: Int64 -> Value

    ekg-core System.Metrics

    No documentation available.

  2. module System.Metrics.Counter

    This module defines a type for mutable, integer-valued counters. Counters are non-negative, monotonically increasing values and can be used to track e.g. the number of requests served since program start. All operations on counters are thread-safe.

  3. data Counter

    ekg-core System.Metrics.Counter

    A mutable, integer-valued counter.

  4. module System.Metrics.Prometheus.Metric.Counter

    No documentation available.

  5. data Counter

    prometheus System.Metrics.Prometheus.Metric.Counter

    No documentation available.

Page 1 of 1