Popularity
8.7
Stable
Activity
0.0
Stable
8
34
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
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