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

DogStatsd client stops sending metrics after Datadog agent restarts #150

Closed
fhervieux opened this issue Nov 24, 2020 · 3 comments
Closed
Labels

Comments

@fhervieux
Copy link

DogStatsd client version: 5.0.2
Datadog agent version: 7.21.1
Datadog helm chart version: 2.4.14

We are encountering an issue with a Kubernetes setup. Datadog agent is deployed as a Helm chart, containers using the Dogstatsd client are based on the mcr.microsoft.com/dotnet/core/aspnet:3.1 image. The containers are sending gauge metrics using the Dogstatsd client. Every time the agent restarts, metrics stop being sent. A restart of the client container is needed. No error or exception seem to indicate any problem.

This seems to be related to the PR #125 but we are using the version 5.0.2 so it could also be unrelated.

If you need more information I can get it. Thanks!

@ogaca-dd
Copy link
Contributor

Hi @fhervieux ,

Sorry for my late answer.
This issue was reported to our support team and the solution is to use Unix Domain Socket instead of UDP. See Unix domain socket support to enable Unix domain socket.

@fhervieux
Copy link
Author

Using Unix Domain Socket seems to fix the problem. It does not occur anymore. Thank you!

@ogaca-dd
Copy link
Contributor

Closed as the issue is fixed.

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

No branches or pull requests

2 participants