blacklocus / metrics-cloudwatch

A reporter for codahale metrics to Amazon CloudWatch
Apache License 2.0
61 stars 27 forks source link

more consistent and descriptive metric types #9

Closed dirkraft closed 8 years ago

dirkraft commented 9 years ago

counterSum meterSum histogramCount timerCount

These all represent the counting aspect of the various metrics constructs. Align all the names. Since we are going to rename these things and so introduce a breaking change on anything dependent on this CloudWatch metric dimension, let's go ahead and clean up all the names.

This should result in a MAJOR version change according to http://semver.org. So we can roll this up into a 1.0.0 release.

dirkraft commented 8 years ago

Notes to self: I will rewrite this in a more sane way in a concerted effort to come. They are still good notes for where I was thinking in the past