skonet
skonet
Hello, I had the same problem, and was able to run from console "config server". This command created the right entry in database.xml, which looks like this: http://localhost:8086 dbadmin EAAAAMRCMidx19g0BiQJTlHQyjsmXvN1SqW25kzNMtoTNAPm...
Sorry for the copy-paste-code mistake, the database.xml looks like: ` http://localhost:8086 dbadmin EAAAAMRCMidx19g0BiQJTlHQyjsmXvN1SqW25kzNMtoTNAPm perfmon `
As a complement, I saw in event viewer a PerfOS event (eventID = 2011), which occurs just at service restart:  Hope this helps :-)
Thanks for your suggestion, it helped me to progress: - using the TAB key (and running as administrator), I was able to list some categories and counters (I must admit...
Thanks for your version 1.0.18.1! I ran "counter categories" with program default (en-US) culture, which gives this: ``` > counter categories Outlook TCPv4 Thread Event Tracing for Windows IPHTTPS Global...
Hello, Thanx for your help! I rebuilt the whole application (hope so, I am no expert of VS2015 ;-), and here is the interesting part: - from VS2015 or running...
A small complement : when I use "counter create", with category = "Process", the browsing of possible counters is very slow (frozen?). After debugging line 37: var counterNames = _counterBusiness.GetCounterNames(categoryName,...
In fact the function itself responds quickly. But when you press to browse possible counter for "process" category, you get n times the same value (the duplicated counters). For instance,...
You understood it well, the idea is to eliminate duplicates from the list. I am afraid I cannot help on the implementation, I do not know C# at all :-(...