-
Notifications
You must be signed in to change notification settings - Fork 27
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
0.4.0 feature list #15
Comments
includes 1) configurable metric type dimension 2) better defaults of metric type dimension values 3) a general update of all dependency versions 4) CloudWatchReporterBuilder fluent style builder for CloudWatchReporter which will use the new default values 6) make submission of 0 values configurable -- use reporterFilter 7) try to guard against "Value of 0 is invalid" -- use reporterFilter 8) option to set date on metrics explicitly to now (new Date()) or leave null (cloudwatch timestamps it on receipt) # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 18 12:49:33 2016 -0600 # # On branch 0.4.0-frenzy # Changes to be committed: # modified: build.gradle # modified: src/license/HEADER # modified: src/main/java/com/blacklocus/metrics/CloudWatchReporter.java # new file: src/main/java/com/blacklocus/metrics/CloudWatchReporterBuilder.java # new file: src/main/java/com/blacklocus/metrics/Constants.java # modified: src/main/java/com/blacklocus/metrics/DemuxedKey.java # modified: src/main/java/com/blacklocus/metrics/MetricNameBuilder.java # modified: src/test/java/com/blacklocus/metrics/DemuxedKeyTest.java #
I'm satisfied for now |
Calling out that 6) and 7) were not exactly implemented after all. |
Hi,
How can I use this reported filter ?. Things I found out : Thanks, |
Hello, 2017-03-14T19:09:06Z E! Error writing to output [cloudwatch]: InvalidParameterValue: The value 0 for parameter MetricData.member.14.Value is invalid. |
PR: coming....
Internal needs justify spending some time on metrics-cloudwatch. Targeting the following enhancements:
The text was updated successfully, but these errors were encountered: