Skip to content

Commit

Permalink
Update 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 5078983 commit d44f40e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ A new version of the agent has been released. Follow standard procedures to [upd
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:
- Added the following new host memory metrics (see [documentation](https://docs.newrelic.com/attribute-dictionary/?attribute_name=&events_tids%5B%5D=8407&event=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.
- 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 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)

Expand Down

0 comments on commit d44f40e

Please sign in to comment.