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_hostname
bool 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_sampler
option totrue
.
Bug fixes
- Fix a bug where some inventory items could disappear.
- Fix bug with
strip_command_line=true
that 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.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Bug fixes
- Fixed wrong log message:
agent has been offline for 24h0m0s min. Recreating delta store
triggered when there hasn't been any deltas to post for more than 24h. - Fixed parsing error of
who
command output when using different locale values.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Bug fixes
- Fixed wrong log message introduced in version 1.0.1017:
msg="error flushing inventory to cache" error=<nil>
.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Internal instrumentation for tracing custom-attributes
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Security Update
- A security update for the Windows Infrastructure agent corrects an issue where the agent may execute privileged binaries in the system path. Security bulletin NR18-11.
Improvements
- Add
override_hostname
andoverride_hostname_short
configuration options, to disable hostname resolution and setting directly these values. Documentation available here.
Bug fixes
- Fix errors with https values on the
proxy
configuration option. More information can be found in the troubleshooting guide. - Fix 'error resolving entity identity' errors in log.
- Fix some hosts reporting localhost as full hostname.
- Fix some 0-value samples not being reported, and appeared as "No value" in the UI.
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Improvements
- Added
max_procs
configuration option to specify the number of logical processors available to the agent. Increasing this value can help to distribute the load between different cores. Default value is 1. If value is set to -1 then it will try to read the environment variable GOMAXPROCS. If that variable is not set then the default value will be the total number of cores available in the host. - Added
ignore_system_proxy
configuration option to make the Agent ignore the environment variablesHTTP_PROXY
andHTTPS_PROXY
Bug fixes
- Fixed errors with https values on the
proxy
configuration option
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Improvements
- We now officially support SLES 12
- Improved inventory submission reliability
Bug fixes
- Fixed windows agent storage sample when a specific volume does not have permissions
- Fixed wrong storage metrics for containerized agent
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
New features
- Add Support to Windows ReFS (Resilient FileSystem).
Improvements
- Windows: optimized collection of processes and services data.
Bug fixes
- Fixed a bug that caused the agent to switch between full and short reported hostname in some configurations.
- Windows: Fixed a bug that caused custom integrations being executed twice.
Notes
A new version of the agent has been released, including some internal improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Improvements
- Slightly restructured the inventory cache to optimize its behavior when the agent identifier changes.
Bug fixes
- Windows: Fixed a bug that avoids the submission of some metrics when the user changes the default namespace for Windows management instrumentation.
- Fixed an error that happens during the configuration parse of some Docker containers.