Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- printHealthCheck :: HealthCheck -> IO ()
- printHealthChecks :: HealthChecks -> IO ()
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.