Popularity
8.7
Stable
Activity
0.0
Stable
8
33
1
Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.0.1.6
ekg-cloudwatch alternatives and similar packages
Based on the "ekg" category.
Alternatively, view ekg-cloudwatch alternatives based on common mentions on social networks and blogs.
AppSignal - Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
Promo
www.appsignal.com
Do you think we are missing an alternative of ekg-cloudwatch or a related project?
README
ekg-cloudwatch
Register a thread, and suddenly all your [ekg][ekg] metrics get pushed to Amazon CloudWatch. Neat!
Inspired (and copied) from the [ekg-statsd][ekg-statsd] package.
Usage:
Pass your EKG Store and the Amazonka Env to the function:
import System.Metrics as EKG
import Network.AWS as AWS
register :: EKG.Store -> AWS.Env -> IO CloudWatchId
register store env =
forkCloudWatch
(defaultCloudWatchEnv "MyApplication" env)
store