-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Metrics exposing GHC runtime information for use with prometheus-client.
--   
--   Metrics exposing GHC runtime information for use with
--   prometheus-client.
@package prometheus-metrics-ghc
@version 0.3.0


-- | This module defines a metrics that exposes statistics from the GHC
--   runtime system (<a>GHC.Conc</a>, <a>GHC.Stats</a>).
--   
--   To use these metrics, the monitored executable should run with the
--   `+RTS -T` command line flags and the following must be added somewhere
--   near the beginning of the main method:
--   
--   <pre>
--   &gt;&gt;&gt; register ghcMetrics
--   </pre>
module Prometheus.Metric.GHC
data GHCMetrics
ghcMetrics :: Metric GHCMetrics
