Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Changed
- Bumped nri-winservices to v0.3.0-beta #706
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Fixed
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Changed
- All environment variables defined in integration config files treated as uppercase. Also, the variables printed in payload output log. #676.
Added
- Brew formula file to publish the initial Beta of the infrastructure agent on Homebrew for macOS. See the homebrew-core PR status and our public documentation to learn more about requirements and limitations for macOS support.
Fixed
- Certain configuration settings printed as memory addresses instead of values. For example,
enable_process_metrics
#647.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Fixed
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Changed
Added
- MacOS instrumentation beta. Docs not published yet.
- Log truncated or dropped events #634.
- Entity status API #635
Fixed
- Lazy loaded dimensional metrics harvester, to avoid memory consumption when no dimensional metrics are sent. #648
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Changed
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Fixed
- 597 HTTP APIs regression introduced at v1.19.0 where
status_server_enabled
acted ashttp_server_enabled
and viceversa.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. We recommend you to upgrade the agent every 3 months.
Added
#589 Detailed log to help troubleshoot payloads sent to New Relic platform when pushing event samples (non dimensional metrics). This example shows how to enable trace-level logging. #212 A temporal hostType value for boxes running in the cloud is defined until cloud identifier gets resolved.
Changed
#562 Log forwarder as "recommended" package dependency in linux systems.
- Supported distributions have enabled "recommends" declared dependencies out of the box. Unless this is disabled, installation should be transparent.
- In case your distribution has disabled "recommends" dependencies you'll need to explicitly enable it via
apt-get -o APT::Install-Suggests="true" install newrelic-infra
.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent. New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
- Windows service recovery settings (documentation).
Changed
- Added identity, command channel, logging, and trace FedRamp endpoints.
- Curl version pump for container image.
Fixed
- #221 - Issue that prevented the Windows service to exit when unexpected failures occured on the child process.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.
Added
- Added the following new host memory metrics (see documentation):
- memoryCachedBytes
- memorySharedBytes
- memorySlabBytes
- Agent self instrumentation #477
- This is a base implementation of a prometheus endpoint to gather some metrics about agent runtime and a few product metrics.
- In order to work, agent opens a port with prom data and starts nri-prometheus integration to scrap prom endpoint and send data to the backend.
- Status API #475. See docs