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

Added new naming for metrics. I found it very hard to read for example s... #29

Closed AGirin closed 9 years ago

AGirin commented 9 years ago

Added new naming for metrics. I found it very hard to read for example:

servername.networkinterface.intelrdualbandwireless-ac7260.bytessent-sec.

I added some changes to modify the name to look like this:

network_interface.intelr_dual_band_wireless-ac_7260.bytes_sent-sec.

I believe it is easier to read this way.

MattHodge commented 9 years ago

Thanks @AGirin

This has been addressed by release v1.2.0 https://github.com/MattHodge/Graphite-PowerShell-Functions/releases/tag/v1.2.0