collectw by Jose Felix

<PackageReference Include="collectw" Version="1.0.32" />

 collectw 1.0.32

Windows performance counters collector and forwarder, it comes with 3 default sinks : console, file and statsd server. You can create a counter supplier or sink and configure it your way.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>collectw</id>
    <version>1.0.32.0</version>
    <title>collectw</title>
    <authors>Jose Felix</authors>
    <owners>Jose Felix</owners>
    <licenseUrl>https://github.com/jf3l1x/collectw/blob/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/jf3l1x/collectw</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/jf3l1x/collectw/master/src/img/collectw.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Windows performance counters collector and forwarder, it comes with 3 default sinks : console, file and statsd server. You can create a counter supplier or sink and configure it your way.</description>
    <summary>A collectd like application for windows</summary>
    <releaseNotes />
    <copyright />
    <tags>collectw windows performance counters statsd</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="6.0.8" />
      <dependency id="StatsdClient" version="1.0.0.17" />
    </dependencies>
  </metadata>
</package>