Skip to content
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

Invalid metrics causing Datadog to log errors #104

Open
jeremy-degroot opened this issue Apr 8, 2019 · 0 comments
Open

Invalid metrics causing Datadog to log errors #104

jeremy-degroot opened this issue Apr 8, 2019 · 0 comments

Comments

@jeremy-degroot
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant