metrics

High-performance application metric tracking

Version on this page:0.4.0.1
LTS Haskell 22.17:0.4.1.1
Stackage Nightly 2024-04-14:0.4.1.1
Latest on Hackage:0.4.1.1

See all snapshots metrics appears in

MIT licensed by Ian Duncan
Maintained by [email protected]
This version can be pinned in stack with:metrics-0.4.0.1@sha256:385b088f1d5b34f59179a073f1ca3c33c938c37d647f371713daea701f61ef82,3291

Module documentation for 0.4.0.1

  • Data
    • Data.HealthCheck
    • Data.Metrics
      • Data.Metrics.Counter
      • Data.Metrics.Gauge
      • Data.Metrics.Histogram
        • Data.Metrics.Histogram.Internal
      • Data.Metrics.Internal
      • Data.Metrics.Meter
        • Data.Metrics.Meter.Internal
      • Data.Metrics.MovingAverage
        • Data.Metrics.MovingAverage.ExponentiallyWeighted
      • Data.Metrics.Registry
      • Data.Metrics.Reporter
        • Data.Metrics.Reporter.StdOut
      • Data.Metrics.Reservoir
        • Data.Metrics.Reservoir.ExponentiallyDecaying
        • Data.Metrics.Reservoir.Uniform
      • Data.Metrics.Snapshot
      • Data.Metrics.Timer
        • Data.Metrics.Timer.Internal
      • Data.Metrics.Types

A port of Coda Hale's excellent metrics library for the JVM

https://github.com/codahale/metrics

For motivation about why you might want to track application metrics, check Coda's talk:

http://www.youtube.com/watch?v=czes-oa0yik

Interesting portions of this package's documentation were also appropriated from the metrics library's documentation:

http://metrics.codahale.com