Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Changed
- Agent service binary is now
newrelic-infra-service
instead ofnewrelic-infra
. Later is now a child process spawned by the prior. See further details.
Added
- Command channel. Enables NR platform to trigger commands to agents via command-api HTTPS endpoint . See further details.
- Added log entry for when initializing docker client fails:
unable to initialize docker client
.
Bug fixes
- Disabled keep-alive on cloud metadata requests to avoid leaking open connections.