metrics-0.4.1.1: High-performance application metric tracking
Safe HaskellNone
LanguageHaskell2010

Data.Metrics.Reporter.StdOut

Description

Logging to stdout is primarily intended for development purposes or creating command line status tools.

For more meaningful access to statistics, metrics should be sent to something like Librato or Graphite.

Synopsis

Documentation

printHealthCheck :: HealthCheck -> IO () Source #

Pretty-print a single HealthCheck to the console using ANSI colors.

printHealthChecks :: HealthChecks -> IO () Source #

Pretty-print a list of HealthChecks to the console using ANSI colors.