-
Notifications
You must be signed in to change notification settings - Fork 96
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
App not passing FQDNs to datadog. #97
Comments
I think this issue is already solved in one of the recent releases, take a look: #87. You can override the hostname with any value reading it from the system environment or just avoid setting it and let DataDog agent to put it for you. FYI: The problem with swapping them is that not everyone is using
|
There are some limitations for which those two options do not work for us. |
This can be set in the current version using the |
We noticed that
:inet.gethostname()
is not sending fully qualified domain names to datadog.A simple fix would be to use
:net_adm.localhost()
and the--name
option.We can have a PR swapping the two functions and call it a day.
Would you see any drawbacks in abandoning
:inet.gethostname/0
?cc: @rudebono
The text was updated successfully, but these errors were encountered: