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

heroku.router.request.* anomalies? #34

Open
mezis opened this issue Dec 1, 2016 · 5 comments
Open

heroku.router.request.* anomalies? #34

mezis opened this issue Dec 1, 2016 · 5 comments

Comments

@mezis
Copy link
Contributor

mezis commented Dec 1, 2016

Hi all!

Are there know issues with the heroku.router.request.* metrics?
We're seeing counts that are completely off (90% of the volume is missing in action), and the median/average connect/service time don't seem to add up with Heroku's own metrics dashboard, either.
This is starting to smell like parsing issues (ignoring many log lines) but I'm not having luck spotting the issue so far.

@w-vi
Copy link
Member

w-vi commented Dec 1, 2016

I am not aware of any, there was an issue with the sample rate, but that's now 1.0 so it should not drop anything. For the parsing issues there might be some info in the logs https://github.com/apiaryio/heroku-datadog-drain-golang/blob/master/client.go#L91 or in https://github.com/apiaryio/heroku-datadog-drain-golang/blob/master/logproc.go#L54 have you seen any of those?

@mezis
Copy link
Contributor Author

mezis commented Dec 1, 2016

Nothing comes out at INFO or WARN levels, no. And DEBUG level isn't too useful at our request volumes (north of 120k req/min) - simply too much noise. I'll keep digging, and report here if I manage to figure it out :/

@w-vi
Copy link
Member

w-vi commented Dec 1, 2016

AFAIK the delivery is done over UDP so maybe there is a big packet loss.

@w-vi
Copy link
Member

w-vi commented Dec 1, 2016

maybe this is related DataDog/datadog-go#20

@abtris
Copy link
Contributor

abtris commented Feb 3, 2020

Is this still valid?

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

3 participants