cloudwatch-to-graphite icon indicating copy to clipboard operation
cloudwatch-to-graphite copied to clipboard

Helper for pushing AWS CloudWatch metrics to Graphite

Results 12 cloudwatch-to-graphite issues
Sort by recently updated
recently updated
newest added

I saw the PR for s3/redshift support that was closed by the author, was wondering if this will be added in some way?

Elastic beanstalk presents challenges because the resources are extremely ephemeral. I have a work-in-progress solution in development; that is viewable as a compare here: https://github.com/crccheck/cloudwatch-to-graphite/compare/master...krux:pkrohn-EPE-58-elastic-beanstalk Feedback appreciated.

Could you please provide example of how plumbum filter works? I wasn't able to figure out how it work and receiving errors all the time. ``` Traceback (most recent call...

It's my fault, I introduced the second one. I'll refactor to consolidate on argparse, since typing of some args is an issue. cc @tmclaugh and @crccheck.

There are version numbers in 3 places, I intend to fix this by refactoring into a module structure, and just want to be sure @crccheck and @tmclaugh are aware.

I, @crccheck, don't use graphite these days. So I don't have the personal need to maintain this project anymore. Ideas: - move this to a possibly new organization - add...

help wanted

It's supposed to be seconds, but since they're limited to being multiples of 60, I figure minutes is human friendlier. But juggling two separate systems of numbers is annoying.

question

Boto 2 (python package `boto`) cannot filter ELBs by tags, this is hopefully fixed in v3. See https://github.com/boto/boto/issues/2549 Thank you!

The provided sample config file is little to simple to be useful, especially for those not too familiar with YAML. Here is a more complex one that avoids duplication via...