-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consume AWS metrics (EC2, ELB) #346
Comments
👍 |
2 similar comments
👍 |
👍 |
Definitely looks possible, there's this library: https://github.com/goamz/goamz that appears to provide most capabilities |
This is correct, but you don't prefer using this library: https://github.com/aws/aws-sdk-go? |
oops, that's the one I meant to link, thanks @panda87 |
Any progress on this? I happy to take this on. |
👍 |
Hi, I was thinking about this as well. Thought it would be a nice idea to implement a Kinesis connector similar to this one https://github.com/awslabs/cloudwatch-logs-subscription-consumer that is built in Java and has elasticsearch + kibana as target. It would have the huge advantage that you don't have to build a consumer for all the AWS services but you just need the Kinesis stream consumer and additionally you can already filter on AWS side which Cloudwatch logs you want to forward to this Kinesis stream using these subscription filters http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/Subscriptions.html. What do you think ? |
Kinesis consumer would also be good 👍 |
I guess this are two different tasks then: One would be the CloudWatch metrics consumer, one would be the Kinesis consumer |
closed by #935 |
For all of you still interested in it. Grafana can use AWS CloudWatch as a source. |
It will be great to add plugin to consume metrics from AWS CloudWatch, mainly the ELB and EC2 metrics.
The text was updated successfully, but these errors were encountered: