Reporting to CloudWatch

23 views
Skip to first unread message

Benson Margulies

unread,
Feb 9, 2016, 2:35:17 PM2/9/16
to metric...@googlegroups.com
I started to rough out a reporter for Amazon CloudWatch. Then I ran into their idea of a StatisticSet. It collects min, max, sum, and count. I don't think that there's a smooth way to derive those values from a Histogram snapshot, but am I missing something?

http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/cloudwatch/model/StatisticSet.html

Marshall Pierce

unread,
Feb 10, 2016, 10:04:27 AM2/10/16
to metric...@googlegroups.com
I'm not sure what you mean by 'smooth', but you can sum the result of
'getValues()', and all the other three attributes already have getters
on Snapshot.
> --
> You received this message because you are subscribed to the Google
> Groups "metrics-user" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to metrics-user...@googlegroups.com
> <mailto:metrics-user...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

Benson Margulies

unread,
Feb 10, 2016, 12:27:04 PM2/10/16
to metric...@googlegroups.com
That would do it. Thanks, I was too jetlagged to match things up.


To unsubscribe from this group and stop receiving emails from it, send an email to metrics-user...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages