Re: CloudWatch Metrics Reporter

2018-05-16 Thread Bowen Li
To @Chesnay 's question on AWS library: yes, it would require using aws-java-sdk-core and aws-java-sdk-cloudwatch . Both are of Apache License 2.0. This is d

Re: CloudWatch Metrics Reporter

2018-05-16 Thread Dyana Rose
I've written a cloud watch reporter for our own use. It's not pretty to crack out the metrics correctly for cloudwatch as the current metrics don't all set the metric names in a good hierarchy and then they aren't all added to the metric variables either. If someone opens the Jira I can see about

Re: CloudWatch Metrics Reporter

2018-05-16 Thread Chesnay Schepler
Hello, there was no demand for a CloudWatch reporter so far. I only quickly skimmed the API docs, but it appears that the data is inserted via REST. Would the reporter require the usage of any aws library, or could be use an arbitrary http client? If it is the latter there shouldn't be a lice

CloudWatch Metrics Reporter

2018-05-16 Thread Rafi Aroch
Hi, In my team we use CloudWatch as our monitoring & alerting system. I noticed that CloudWatch does not appear in the list of supported Reporters. I was wondering why is that. Was there no demand from the community? Is it related to licensing issue with AWS? Was it a technical concern? Would you