newrelic / nri-perfmon

Windows Perfmon / WMI On-Host Integration for New Relic Infrastructure
Other
13 stars 19 forks source link

Exception occurred in processing next value of Perfmon Counter: #28

Closed ingersal closed 3 years ago

ingersal commented 3 years ago

We do see this exception in event viewer. Can someone please help me

Exception occurred in processing next value of Perfmon Counter: Category: ASP.NET Applications Counter: Transactions/Sec Message: Instance '_LM_W3SVC_6_ROOT_bposervice' does not exist in the specified Category. Trace: at System.Diagnostics.CounterDefinitionSample.GetInstanceValue(String instanceName) at System.Diagnostics.PerformanceCounter.NextSample() at System.Diagnostics.PerformanceCounter.NextValue() at NewRelic.PerfmonPlugin.PollPerfCounters() in Z:\eclipse\nri-perfmon\nri-perfmon\Plugin.cs:line 510

sschwartzman commented 3 years ago

This was fixed in a recent release, can you try the latest out?

https://github.com/newrelic/nri-perfmon/releases/tag/0.6.1

sschwartzman commented 3 years ago

@ingersal closing due to inactivity, we can re-open if you still have the issue after trying the latest release