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
- #288 Add tracing capabilities (enabled via trace: ["proc"]) to enable logging process IO counters as they are fetched from the OS.
Changed
Fixed
- #299 Command API wrong allowed integration name and condition.
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
- #275 SLES-11 service management clean stops/starts.
- #249 Agent configuration plugin serialises only fields defined as public (struct annotation).
Changed
Added
- #286 Fedramp configuration flag (
fedramp: true
) & remove gov license prefix. - #287 Command channel
run/stop_integration
allow list.
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
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
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
- Integration protocol v4:
- Log entity registration errors / warning only when debug is enabled.
- Fix logic that checks max entity batch in bytes.
- #224 Allow list of infrastructure event fields restructured as deny list so that additional fields can be included.
- #235 Updated HTTP API to support all kind of integration payload versions, added support for exposing integrations API via raw TCP socket.
- #268 Update curl version to fix CVEs
- Bundled integrations:
- Flex integration has been updated to version 1.3.7. For more information, see the nri-flex changelog.
- Docker integration has been updated to version 1.4.1. For more information, see the nri-docker changelog.
- Log forwarder:
Added
- Secrets management & environment variables support:
- #251 Agent configuration now supports secrets to manage sensitive settings (databind
variables
block). See Secrets Management documentation - #260 #263 #266 Added environment-variables replacement support for agent & integration configuration files.
- Replacement of env-vars for agent config file using double curly braces
{{ ENV_VAR }}
. - Env-vars replacement happens before YAML is parsed or databind (secrets/variables engine) runs.
- Replacement of env-vars for agent config file using double curly braces
- #258 Added New Relic CLI
obfuscated
support for secrets. See obfuscated provider in Secrets management documentation.
- #251 Agent configuration now supports secrets to manage sensitive settings (databind
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
Added
- #126 The embedded telemetry API, responsible for sending dimensional metrics, now limits the amount of queued entities. This feature tends to avoid memory consumption when metrics can not be submitted.
- Agent and on-host integrations are now supported on Ubuntu 20.04 LTS (focal).
Changed
- #222 The built-in Docker integration has been updated to version 1.3.3. For more information, see the nri-docker changelog.
- Log forwarder feature has updated Fluent Bit to version v1.6.3 and Fluent Bit Output Plugin for New Relic to v1.4.3. For more information about Logging feature, see our docs.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
Added
- #155 The Infrastructure agent now handles entities' registration errors the following way (Infrastructure SDK v4 protocol):
- For request errors:
- Connectivity failure or limit exceeded (429 or 503 status codes) will trigger a retry with an exponential backoff with a maximum backoff of 1 minute.
- Other types of errors (including bad payload format) will be logged, and data will be discarded.
- For successful requests (200 status code) containing:
- Errors: The agent will discard related data.
- Warnings will be logged.
- For request errors:
- #156 The Infrastructure agent entity registration now batches requests with a maximum of 1000 entities and payloads of 1Mb per call.
- #123 The embedded telemetry API now splits DM submission by number of entities following requested driven contract limitations. For more informations on the limits, see our docs
Changed
- #206 The built-in Prometheus integration has been updated to version [2.3.0] (https://github.com/newrelic/nri-prometheus/releases/tag/v2.3.0). For more information about the Prometheus integration, see our documentation.
Fixed
- #203 NFS invalid stats fix.
- #188 Prometheus summary type calculated as delta value to properly allow average calculation in NRQL.
- #167 Container processes now correctly filtered as host processes when Process Monitoring is enabled and "include_matching_metrics" rules are defined. For more information about enabling process monitoring and filtering processes, see our documentation.
Notes
A new version of the agent has been released. Follow standard procedures to update the Infrastructure agent.
Added
- #172 The Infrastructure agent now includes the nri-prometheus v2.2.1 integration embedded with Linux packages and Docker image. For more information about the Prometheus integration, see our docs
- #152 Integrations with protocol v4 are now being registered and stored in memory by their unique entity name.
- #125 Improvements in protocol v4 dimensional metric submission.
- #174 Optional list of CLI arguments when configuration
name
is used instead ofexec
.
Fixed
- #177 The Infrastructure agent now properly handles nested inventory items.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Added
- #141 Support for prometheus summary and histogram metric types in the infrastructure SDK protocol v4.
- #145 Integrations based on SDK protocol V4 now submit events with the registered entity ID.
- #146 Log improvement to increase visibility when troubleshooting service failures.
- #164 Log forwarder feature supports verbose mode of Fluent Bit when running the agent in verbose mode. This will greatly help when troubleshooting Log Forwarder issues.
For more information about Logging feature, see our docs
Fixed
- #149 Host might start reporting as different entity when running on the cloud and the cloud API couldn't be reached or returned an error.
Notes
A new version of the agent has been released. Follow standard procedures to update your infrastructure agent.
Added
- #131 Dimensional metrics will be sent using
collector_url
configuration for fedRAMP compliance.
Fixed
- #137 A bug in how
collector_url
is calculated to be FedRAMP compliance.
For more information FedRAMP compliance, see our docs.