blacklocus / metrics-cloudwatch

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

0.4.0 feature list #15

Closed dirkraft closed 8 years ago

dirkraft commented 8 years ago

PR: coming....

Internal needs justify spending some time on metrics-cloudwatch. Targeting the following enhancements:

dirkraft commented 8 years ago

I'm satisfied for now

dirkraft commented 8 years ago

Calling out that 6) and 7) were not exactly implemented after all.

vinaygurram commented 8 years ago

Hi, I am using this and https://github.com/jdamick/dropwizard-metrics-cloudwatch to send metrics.

InvalidParameterValueException: The value 0 for parameter MetricData.member.11.Value is invalid. is killing my logs.

How can I use this reported filter ?.

Things I found out : https://github.com/jdamick/dropwizard-metrics-cloudwatch is using the following constructor to get reporter. CloudWatchReporter(registry, metricNamespace, metricFilter, cloudWatch)

Thanks, Vinay

kamalvpm777 commented 7 years ago

Hello, we are also facing similar error when posting the very small number(4.784335455263847e-50,) to cloudwatch from telegraf dropwizard metrics. Any suggestion on how to fix this error will be greatly appreciated.

2017-03-14T19:09:06Z E! Error writing to output [cloudwatch]: InvalidParameterValue: The value 0 for parameter MetricData.member.14.Value is invalid. 2017-03-14T19:09:20Z D! Output [cloudwatch] buffer fullness: 223 / 10000 metrics. 2017-03-14T19:09:26Z E! CloudWatch: Unable to write to CloudWatch : InvalidParameterValue: The value 0 for parameter MetricData.member.6.Value is invalid. 2017-03-14T19:09:26Z E! Error writing to output [cloudwatch]: InvalidParameterValue: The value 0 for parameter MetricData.member.6.Value is invalid.