MattHodge / Graphite-PowerShell-Functions

A group of PowerShell functions that allow you to send Windows Performance counters to a Graphite Server, all configurable from a simple XML file.
https://hodgkins.io/using-powershell-to-send-metrics-graphite
GNU General Public License v3.0
218 stars 71 forks source link

Errors on counter API Call Failed #39

Open toni-moreno opened 9 years ago

toni-moreno commented 9 years ago

Hi @MattHodge .

We have woking with the last master scripts and sometimes we have this out error messages when executing graphite-powershell. with some counters,

In this example the error messages began after add these counter metrics.

<Counter Name="\Web Service(_Total)\Current Connections"/>
<Counter Name="\Web Service(*)\Current Connections"/>

image

There is any way to avoid this errors, even when we don't have this counters ?