The errors are gone, seems something weird is going on with the .NET perf counters:
[PID:03336:005 2015.12.26 13:50:19.269 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Exceptions’, counter=’# of Exceps Thrown / sec’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR LocksAndThreads’, counter=‘Contention Rate / sec’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=’# Gen 0 Collections’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=’# Gen 1 Collections’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=’# Gen 2 Collections’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=‘Gen 0 heap size’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=‘Gen 1 heap size’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=‘Gen 2 heap size’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=‘Large Object Heap size’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=‘Allocated Bytes/sec’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=’% Time in GC’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
[PID:03336:005 2015.12.26 13:50:19.284 TRACE MonitoringService ] Could not create performance counter: category=’.NET CLR Memory’, counter=’# Bytes in all Heaps’, instance=‘EventStore.ClusterNode’. Error: Category does not exist.
I’ll try to find something to repair that