Popularity
8.7
Declining
Activity
0.0
Stable
8
33
1
Monthly Downloads: 10
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.
-
ekg-elasticsearch
Push ekg stats to elasticsearch metricbeats index
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.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