-
Notifications
You must be signed in to change notification settings - Fork 16
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
InvalidParameterValueException #4
Comments
I think this is because the zero filter is only applied in the case of a counter. I think it should be done in
|
Hi.. Thank you for that. Yeah, I saw that they have a fix for this. Can you issue a PR? |
I switched to their library, but I still see error, so it must not have been fully resolved. Regarding this library, I'm a little concerned that it does the rollups instead of delegating that to the analyzer. Usually one exports monotonically increasing values, report into a time series database, and compute on the dashboard. A quick glance again and not sure if you're providing extra information or not reporting the raw counts. |
You are right. I just need to find the time to address this. Thank you for the input! |
@ben-manes FYI, @williedoran has addressed an issue where histogram statistic sets were reported by applying conversion by a factor. Now, histogram is reported as is: Thoughts? |
Sorry, I'm a bit too swamped to switch contexts and help out. But switching back is pretty quick, so I can give that a shot when you have a release. |
Ben, I appreciate your help & time. I will ping you once it is live on Maven |
- Issue #4: Not reporting zero values. - PR #6: Histogram snapshot values being converted using a duration factor, instead of reporting raw values (https://github.com/williedoran) - Checking 'isDebugEnabled' when logging debug information
- Issue #4: Not reporting zero values. - PR #6: Histogram snapshot values being converted using a duration factor, instead of reporting raw values (https://github.com/williedoran) - Checking 'isDebugEnabled' when logging debug information
- Issue #4: Not reporting zero values. - PR #6: Histogram snapshot values being converted using a duration factor, instead of reporting raw values (https://github.com/williedoran) - Checking 'isDebugEnabled' when logging debug information
- Issue #4: Not reporting zero values. - PR #6: Histogram snapshot values being converted using a duration factor, instead of reporting raw values (https://github.com/williedoran) - Checking 'isDebugEnabled' when logging debug information
- Issue #4: Not reporting zero values. - PR #6: Histogram snapshot values being converted using a duration factor, instead of reporting raw values (https://github.com/williedoran) - Checking 'isDebugEnabled' when logging debug information
Hi @ben-manes, version |
Thank you! :) |
Actually, I just released |
Sorry, I forgot about this. I reverted back to the original code I had for using this library, with the latest version of course. It sounds like you fixed this so I'll reopen if the issue persists. Thanks! |
@azagniotov Not sure if this is related, but I'm seeing this strange error in the logs.
|
According to blacklocus/metrics-cloudwatch#4 this occurs when the sample count is zero. In that implementation those metrics were filtered away. Does this one require a custom
MetricFilter
to do likewise? Could the same fix be incorporated?The text was updated successfully, but these errors were encountered: