We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
right now we only submit the fqdn. we should post the regular hostname too so they all can be aliased.
The text was updated successfully, but these errors were encountered:
@xcolour how do you want them?
{ 'hostname': 'blah', 'fqdn': 'blah.domain.com'}
Sorry, something went wrong.
Let's do:
{ 'hostname': 'blah.domain.com', 'shortname': 'blah' }
That way we can stay consistent with the payload from the currently released version of the agent.
Hmm I thought hostname in the agent is the result of socket.gethostname() which will return the short name.
hostname
socket.gethostname()
https://github.com/DataDog/dd-agent/blob/master/checks/__init__.py#L236
2.2.25 is on prod.
alq666
No branches or pull requests
right now we only submit the fqdn. we should post the regular hostname too so they all can be aliased.
The text was updated successfully, but these errors were encountered: