Skip to content
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

Closed
panda87 opened this issue Nov 5, 2015 · 13 comments
Closed

Consume AWS metrics (EC2, ELB) #346

panda87 opened this issue Nov 5, 2015 · 13 comments
Labels
help wanted Request for community participation, code, contribution

Comments

@panda87
Copy link

panda87 commented Nov 5, 2015

It will be great to add plugin to consume metrics from AWS CloudWatch, mainly the ELB and EC2 metrics.

@sparrc
Copy link
Contributor

sparrc commented Nov 5, 2015

👍

2 similar comments
@JulienChampseix
Copy link

👍

@jcmartins
Copy link

👍

@sparrc
Copy link
Contributor

sparrc commented Nov 19, 2015

Definitely looks possible, there's this library: https://github.com/goamz/goamz that appears to provide most capabilities

@panda87
Copy link
Author

panda87 commented Nov 19, 2015

This is correct, but you don't prefer using this library: https://github.com/aws/aws-sdk-go?
I saw that this project: https://github.com/bosun-monitor/bosun/blob/master/cmd/scollector/collectors/aws.go implemented part of metrics with the library above.
What do you think?

@sparrc
Copy link
Contributor

sparrc commented Nov 19, 2015

oops, that's the one I meant to link, thanks @panda87

@harpreet-sawhney
Copy link

Any progress on this?

I happy to take this on.

@webratz
Copy link

webratz commented Mar 24, 2016

👍

@dirkaholic
Copy link
Contributor

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 ?

@sparrc
Copy link
Contributor

sparrc commented Mar 24, 2016

Kinesis consumer would also be good 👍

@sparrc sparrc added the help wanted Request for community participation, code, contribution label Mar 24, 2016
@webratz
Copy link

webratz commented Mar 25, 2016

I guess this are two different tasks then: One would be the CloudWatch metrics consumer, one would be the Kinesis consumer

@sparrc
Copy link
Contributor

sparrc commented Apr 6, 2016

closed by #935

@sparrc sparrc closed this as completed Apr 6, 2016
@tdi
Copy link

tdi commented Apr 17, 2016

For all of you still interested in it. Grafana can use AWS CloudWatch as a source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Request for community participation, code, contribution
Projects
None yet
Development

No branches or pull requests

8 participants