Skip to content

Commit

Permalink
Create new-relic-infrastructure-agent-1181.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight committed Jun 11, 2021
1 parent b40f01c commit 5078983
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
subject: Infrastructure agent
releaseDate: '2021-06-11'
version: 1.18.1
---

## Notes
A new version of the agent has been released. Follow standard procedures to [update the Infrastructure agent](https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/update-or-uninstall/update-infrastructure-agent).
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months.

## Added
- Added the following new metrics to the SystemSample:
- memoryCachedBytes
- memorySharedBytes
- memorySlabBytes
- Agent self instrumentation [#477](https://github.com/newrelic/infrastructure-agent/pull/477)
- This is a base implementation of a prometheus endpoint to gather some metrics about agent runtime and a few product metrics. All data got ingested into `Metric` sample.
- In order to work, agent opens a port with prom data and starts nri-prometheus integration to scrap prom endpoint and send data to backend.
- Status API [#475](https://github.com/newrelic/infrastructure-agent/pull/475). See [docs](https://github.com/newrelic/infrastructure-agent/blob/master/docs/status_api.md)

## Changed
- Upgraded `nri-prometheus` to v2.7.0 [#517](https://github.com/newrelic/infrastructure-agent/pull/517)
- Updates Winlog.yml Sample [#336](https://github.com/newrelic/infrastructure-agent/pull/336)

0 comments on commit 5078983

Please sign in to comment.