Skip to content

Releases: newrelic/nri-perfmon

nri-perfmon v0.6.2

04 Jan 20:37
75fa34d
Compare
Choose a tag to compare

v0.6.2 - 2024-01-04

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

Added regex parsing

09 Dec 03:52
Compare
Choose a tag to compare
0.6.1

Update README.md

Adding Remoting & RunOnce support

08 Dec 19:25
Compare
Choose a tag to compare
Pre-release
  • Remoting to WMI & PerfCounter endpoints with credentials
  • RunOnce to use this OHI stateless
  • Version number now enumerated at startup!

Fix for stale instances

12 Oct 17:55
Compare
Choose a tag to compare
Pre-release

More PerfCounter improvements

01 Jul 01:12
Compare
Choose a tag to compare
  • More descriptive and comprehensive error handling
  • Now captures PerfCounters that don't have instances (thanks @brunotag!)

Perf Counter improvements, config file additions/cleanup

17 Apr 20:41
Compare
Choose a tag to compare
  • Fixes for naming PerfCounter events and attributes
  • Added ADO.NET and other .NET counters to config.json
  • Cleaned up other config files
  • Handles dynamic instances & counters in Perf Counters
  • Added more error checking for Perf Counters
  • More exception handling and verbose output

Updated base config.json

13 Dec 02:22
Compare
Choose a tag to compare

Minor update, but worth making a release: updated base config.json for readability and new counters

Performance Counter & Logging Improvements

19 Nov 03:20
Compare
Choose a tag to compare
  • Revamped PerfCounter logic, now fully working!
  • Created logging "framework" for nri-perfmon to write logs to Windows Event Logs
  • Revamped Verbose Logging Mode as part of said framework, writes to stderr, pretty-prints payload too!

Multiple instances - config updates

08 Oct 19:38
Compare
Choose a tag to compare

Updated config file (config.json) to grab multiple instances of the default counters/queries.

Minor update - added install.config, fixed installer to reflect.

20 Sep 16:51
Compare
Choose a tag to compare

This version will actually work with .NET 4.x by adding nri-perfmon.exe.config. Without it, the executable doesn't know it should attempt to run in 4.x, since it was compiled with 3.5.