ekg/System/Remote
Johan Tibell 52bc89f474 Fix memory leak in new counter implementation
Since we're allocating memory for use outside Haskell, we're
responsible for freeing it. Switched to ForeignPtr to automate this.
2014-04-10 15:21:07 +02:00
..
Counter Fix memory leak in new counter implementation 2014-04-10 15:21:07 +02:00
Gauge Add a type for gauges 2011-12-30 10:26:11 -08:00
Label Documentation improvements 2012-04-17 18:28:16 -07:00
Common.hs Allow sampling of subsets of all metrics 2013-11-21 21:47:28 +01:00
Counter.hs Fix memory leak in new counter implementation 2014-04-10 15:21:07 +02:00
Gauge.hs Improve counter and gauge documentation 2011-12-30 22:37:36 -08:00
Label.hs Add a Label metric type 2012-04-17 22:21:30 +02:00
Monitoring.hs Add a note on security 2013-02-21 09:51:53 -08:00
Snap.hs Don't export S.R.Snap.monitor 2013-11-21 21:46:34 +01:00