Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Changes
- Creation of
nri-agentonly when environment variable NRIA_MODE is set toPRIVILEGEDorUNPRIVILEGED. - Log when
docker_api_versionis not supported.
Bug fixes
- Agent: Fix system sampler disk metrics problem when the same device is mounted multiple times causing increased values.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Features
- Added the
dns_hostname_resolutionconfiguration option (default:true). If set to false, the agent won't use DNS-based hostname resolution and will ask directly to the operating system. - Added
ignore_reclaimableconfiguration option (Linux only), which considers reclaimable memory as part of the free memory (and not part of the used memory). Free memory will be is calculated as:total - free - buffers - cached - sreclaimable, independently of theMemAvailablereport from the kernel.
Improvements
- In cloud environments, the instance ID retrieval process is more solid during the agent startup. It also allows the agent to be spawned from VM snapshots.
Changes
- Removed
total_coreshost metric.
Bug fixes
- Fixed a bug that caused the
DiskMonitorsamples to show devices in the deny list (from thefile_devices_ignoredconfiguration option). - Fixed Storage Sampler in 32-bit Windows agent.
- Reduced the incidence of hostname flipping in DNS-based hostname resolution.
- Fixed a bug that, in the Linux agent, removed the last character of the command line of some process samples.
- (Linux only) Fixed the used memory values in the System Samples, which in agent 1.2.1 were slightly different from the actual value.
- Fixed a problem that, when an environment configuration option had a wrong format, caused the rest of the environment variables to not be parsed.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Features
- Added disable_all_plugins config option that disables all the inventory plugins which don't have their own frequency option specified. Check out the documentation.
- Added cpu_profile config option for creating pprof cpu profiles.
Improvements
- Reduced CPU consumption by 80% on average.
Changes
- Decreased sysctl sampling frequency.
Bug fixes
- Fixed an issue that avoids the agent being installed in old Ubuntu versions.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
New Features
- Adds support for running integrations as different users by setting the
integration_userattribute in the instances section of the config file. - Stops setting the
NRIA_CACHE_PATHvariable for integrations. This variable was used by pre-V3 SDK integrations for storing cache data. Without it the integrations will default to a/tmpdirectory like SDK V3 integrations. - Attaches
integration_userattribute to the integration samples. - Adds new user/group
nri-agentto be used in different user modes.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Bug fixes
- Fixed wrong values in containerImageName for processes running inside a Docker container.
Changes
- In the Linux agent, fixed a problem with the
/var/run/newrelic-infrafolder that could prevent the agent to correctly start under some circumstances.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Adds new functionality that will allow sample decoration from integrations that have
add_hostnamebool flag.
Security Update
- A security update for the Windows agent corrects an issue where the agent may follow unprivileged hard links or junction folders. Security bulletin NR18-12.
Bug fixes
- Fix a bug with docker in AWS instances that caused the agent not to report Docker metrics.
- Fix a bug that was making the agent to log "Plugin not registered" during agent startup.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Add new improved Windows Storage Sampler based on PDH instead of WMI. This new sampler is faster and more reliable; it is activated by default, to revert to the old one you can set the
legacy_storage_sampleroption totrue.
Bug fixes
- Fix a bug where some inventory items could disappear.
- Fix bug with
strip_command_line=truethat could cause some processes to be discarded in the samples. - Fix bug that prevented some inventory items from updating their state when asked for a full reset.