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

Don't use the pipeline (performance) #19

Closed ghostsquad closed 9 years ago

ghostsquad commented 9 years ago

example: https://github.com/MattHodge/Graphite-PowerShell-Functions/blob/master/Graphite-PowerShell.ps1#L825

Instead Convert-ToJson -InputObject $EventObject

ghostsquad commented 9 years ago

This is resolved with my perf pull request.