elastic-apm-http-client
Advanced tools
Changelog
v12.0.0
Breaking change. The hostname
configuration option has been renamed to
configuredHostname
. As well, the hostname detection has changed to prefer
using a FQDN, if available. See the spec.
(https://github.com/elastic/apm-agent-nodejs/issues/3310)
The APM client will send metadata.system.detected_hostname
and
metadata.system.configured_hostname
as appropriate for APM server versions
=7.4, rather than the now deprecated
metadata.system.hostname
. See the spec.