This repository has been archived by the owner on May 30, 2019. It is now read-only.
Graphite-PowerShell v1.0
Releasing Graphite-PowerShell as version 1.0 due to the big change of converting to a PowerShell Module.
This is a breaking change for previous users who will need to update their configuration files and re-install a service which now uses a module.
Improvements:
- Converted into PowerShell Module
- Improved memory/garbage collection with the PSUsing function
- Better error messages by using GetPrettyProblem function
- Bulk metric send function which provides far better performance (see #12)
Bug Fixes:
- There was issues with timezone conversion. Instead of converting timezones, all data will be sent at UTC time by stripping the timezone of the local machine. This means the
<TimeZoneOfGraphiteServer>
tag from configuration file has been removed. - Fixed issue with sending data via UDP
Special thanks to @ghostsquad and @beevee for their pull requests which took care of a lot of these issues.