When updating a customer site, I noticed the following error appearing in the xxxxx-single-node-err.log several times. We are using EventStore 2.0 and in this environment, and in this particular environment, there are multiple instances of single-node running simultaneously.
[PID:02960:022 2014.08.19 14:10:29.982 ERROR MonitoringService ] Error while collecting stats
System.InvalidOperationException: Instance ‘EventStore.SingleNode’ does not exist in the specified Category.
at System.Diagnostics.CounterDefinitionSample.GetInstanceValue(String instanceName)
at System.Diagnostics.PerformanceCounter.NextSample()
at System.Diagnostics.PerformanceCounter.NextValue()
at EventStore.Core.Services.Monitoring.SystemStatsHelper.GetSystemStats() in
A search of this group didn’t reveal anything, though it appears that a solution to another Stats collection issue was published roughly a year ago.
If there’s no immediate solution in 2.0, is there a way to turn down (or off) stats collection so the log files do not fill so rapidly?
Many thanks in advance.