You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Dropwizard considers values of negative infinity to be valid and attempts to report them to Datadog, which considers them invalid and throws errors. My syslog is filling up with lines like the one below.
Dogstatsd: error parsing metrics: invalid metric value for "dp.consumer-node-metrics.request-size-max:-∞
Our workaround has been to implement a filter with a blacklist for metrics known to produce invalid values, but it would be nice if the reporter would handle this case internally.
The text was updated successfully, but these errors were encountered:
It seems that Dropwizard considers values of negative infinity to be valid and attempts to report them to Datadog, which considers them invalid and throws errors. My syslog is filling up with lines like the one below.
Dogstatsd: error parsing metrics: invalid metric value for "dp.consumer-node-metrics.request-size-max:-∞
Our workaround has been to implement a filter with a blacklist for metrics known to produce invalid values, but it would be nice if the reporter would handle this case internally.
The text was updated successfully, but these errors were encountered: