Popularity
8.8
Growing
Activity
0.0
Stable
9
28
2
Monthly Downloads: 6
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.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.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