Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Processes metrics can be enabled for new accounts
By default, the Infrastructure agent doesn't send data about the operating system's processes. The agent still collects such data, unless metrics_process_sample_rate
is set to -1
.
The sending of processes data to New Relic can be manually enabled by setting enable_process_metrics
to true
. To fine-tune which processes you want to monitor, configure include_matching_metrics
.
Accounts and subaccounts created before July 20, 2020 have
enable_process_metrics
set totrue
by default; this can be
overridden by setting a different value in the config file.
Added
- f670501 Added
ReadWriteBytesPerSecond
to storage sampler.
Fixed
- 1c06e93 Improved the handling of child process on Windows.
- 3394abd Fixed a bug where Logs in Context wouldn't map to an application when using the Infrastructure forwarder
- Updated KMS Secrets management to work correctly with
credential_file
andconfig_file
. - Removed some potential race conditions in the agent which should improve the stability of the agent.
- Fixed issue where storage sample would sometimes not report storage devices correctly
Changed
- 04335dd Updated base Docker image for
newrelic/infrastructure
(used bynewrelic/infrastructure-k8s
) to Alpine3.12
and also updated the packages to latest versions in the container. - The built-in Flex integration has been updated to version 1.3.2. For more information, see the Flex changelog.
- The built-in Docker integration has been updated to version 1.3.1. For more information, see the nri-docker changelog