Skip to content

Releases: newrelic/infrastructure-agent

1.12.1

23 Jul 12:21
Compare
Choose a tag to compare

Notes

A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.

Added

Fixed

  • d35cbe7 Fixed the sending of heartbeat samples to New Relic.
  • 6503df0 Inventory is now fully re-sent if the host has been offline for 24 hours or if the agent ID changes.
  • 4ccd9ff Fixed issue where running Docker auto discovery was leaking file descriptors.

1.12.0

15 Jul 17:27
5a97e82
Compare
Choose a tag to compare

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 to true 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 and config_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