Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
#589 Detailed log to help troubleshoot payloads sent to New Relic platform when pushing event samples (non dimensional metrics). This example shows how to enable trace-level logging.
#212 A temporal hostType value for boxes running in the cloud is defined until cloud identifier gets resolved.
#517 Readiness (.../ready
) endpoints for HTTP APIs. Both status and integration data ingest. These will return 200 once APIs are up and ready. Details at status docs.
Changed
#562 Log forwarder as package "recommended" dependency in linux systems.
- Supported distros have enabled "recommends" declared dependencies out of the box. So unless this was disabled installation should be transparent.
- In case your distro have disabled "recommends" dependencies you'll need to explicitly enable it via
apt-get -o APT::Install-Suggests="true" install newrelic-infra
.