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
Changed
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
newrelic-infrastrucutreagent now supported on ARM architecture for linux.
Fixed
- CVE-2020-14040 Updated golang.org/x/text/encoding/unicode dependency to avoid infinite loop #438.
Changed
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.
Fixed
- Log forwarder (FluentBit) missing
libssllibrary.
Error logged:
time="2021-05-03T13:35:29-07:00" level=debug msg="Launching process." component=integrations.Supervisor process=log-forwardertime="2021-05-03T13:35:29-07:00" level=debug msg="Running command." command=/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bit component=integrations.Executor env="[LANG=en_US.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin DBUS_SYSTEM_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket]" path=/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bittime="2021-05-03T13:35:29-07:00" level=debug msg="/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bit: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory" component=integrations.Supervisor output=stderr process=log-forwardersr/local/bin:/usr/sbin:/usr/bin DBUS_SYSTEM_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket]" path=/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bitrectory" component=integrations.Supervisor output=stderr process=log-forwarderlic-integrations/logging/fluent-bit: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or ditime="2021-05-03T13:35:29-07:00" level=error msg="Error occurred while handling the process" component=integrations.Supervisor error="exit status 127" process=log-forwarderLog forwarder was downgraded to previous agent release versions:
linux: output plugin 1.1.0, FB 1.3.0windows: output plugin 1.4.6, FB 1.4.1Notes
에이전트의 새 버전이 릴리스되었습니다. 인프라 에이전트를 업데이트하려면 표준 절차를 따르십시오.
뉴렐릭은 에이전트를 정기적으로, 최소 3개월마다 업그레이드할 것을 권장합니다.
변경됨
nri-dockerv1.6.0으로. 새로운 메모리 및 스토리지 메트릭이 추가되었습니다.memoryUsageBytes및memoryUsageLimitPercent계산이 변경되었습니다. 자세한 내용은 이 제품 업데이트 게시물 및 nri-docker 릴리스 노트를 참조하십시오.nri-winservicesv0.2.0-beta(으)로.
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.
Fixed
- The Log forwarder (FluentBit) stopped working on some Linux distribution versions (Ubuntu16, RHEL7, AmazonLinux2). See a sample error log:
time="2021-04-20T23:50:00+02:00" level=debug msg="/var/db/newrelic-infra/newrelic-integrations/logging/fluent-bit: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory" component=integrations.Supervisor output=stderr process=log-forwardertime="2021-04-20T23:50:00+02:00" level=error msg="Error occurred while handling the process" component=integrations.Supervisor error="exit status 127" process=log-forwarderThe Log forwarder has been downgraded to the previous agent release versions:
- Linux: output plugin to 1.1.0, FluentBit to 1.3.0
- Windows: output plugin to 1.4.6, FluentBit to 1.4.1
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.
Changed
- Upgraded log-forwarder (FluentBit) to v1.7.3.
Fixed
- Issue that caused package conflict errors during the installation process of the Linux
infrastructure-agent.
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.
Fixes
- Linux specific: Fixed issue when log-forwarder (Fluent Bit) was not able to process systemd logs. Due to a transition from building the Infra Agent in our previous internal pipeline to the publicly available GitHub actions, we applied the following changes:
- Included Fluent Bit 1.6.3, built by our previous internal pipeline, from (here)[https://github.com/newrelic/fluent-bit-package/releases/tag/1.3.0].
- Included Fluent Bit Output Plugin for New Relic v1.4.3 from (here)[https://github.com/newrelic/newrelic-fluent-bit-output/releases/tag/v1.1.0].
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.
重要
We're releasing this version in a granular way. This means that we will release different asset types on different days (RPM, DEB, MSI, zip, targz, Docker). This is required as we are releasing via our new open source build pipeline for the first time. Following releases will be done as usual, all assets at once.
Changed
newrelic-fluent-bit-outputto v1.4.1.
- Log forwarder feature comes with Fluent Bit version v1.6.3, now obtained from (here)[https://github.com/newrelic/fluent-bit-package/releases/tag/1.4.1]. For more information about Logging feature, see our docs.