Skip to content

1.18.1

Compare
Choose a tag to compare
@brushknight brushknight released this 09 Jun 15:05
· 778 commits to master since this release
2efc208

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 backend.
  • Status API #475. See docs

Changed

  • Upgraded nri-prometheus to v2.7.0 #517
  • Updates Winlog.yml Sample #336