Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Added
All the distributions of the Agent (packages, containers...) are shipped with
nri-flex
andnri-docker
integrations, so you don't need to install them anymore.- Agent Linux package and containerized agent both now include nri-docker. Before, only the package did.
- Agent Linux package and containerized agent both now include nri-flex. Before, none did.
New containerized agent "bundle" was created from https://github.com/newrelic/infrastructure-bundle , and published at (DockerHub)[https://github.com/newrelic/infrastructure-bundle]. "Bundle" container can now be released and included agent and integration versions could be tracked from the GH repository tags and
versions
file.
Bug fixes
- Auto-discovery annotations no longer override integration metrics.
- For example: it avoids Kubernetes auto-discovery overriding the cluster_name attributes if it's already set in the integration configuration.
- Removed a memory leak that caused a slow but constant increase in memory and CPU consumption (up to 1%cpu & 5MB per week).