Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Graphite-PowerShell v1.1.0

Compare
Choose a tag to compare
@MattHodge MattHodge released this 12 Nov 05:34
· 21 commits to master since this release

Adding a new feature, hence new release

New Features:

  • Added option to configuration file called <NodeHostName> which allows you to override the HostName in your metrics before sending them over to Graphite. The default value is $env:COMPUTERNAME, which will use the hostname collected when grabbing the metrics from the Windows Performance Counters. Leaving this option at $env:COMPUTERNAME will provide the same functionality as previous versions. This resolves an early pull request - #5

Improvements:

  • Added Pester test cases for the ConvertTo-GraphiteMetric function.