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