Graphite 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Graphite --version 1.1.0
NuGet\Install-Package Graphite -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Graphite" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Graphite --version 1.1.0
#r "nuget: Graphite, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Graphite as a Cake Addin
#addin nuget:?package=Graphite&version=1.1.0

// Install Graphite as a Cake Tool
#tool nuget:?package=Graphite&version=1.1.0

Library for feeding data into Graphite and StatsD.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Graphite:

Package Downloads
Graphite.Elmah

ELMAH error filter for logging all exceptions to Graphite or StatsD.

Graphite.Wcf

Instrumentation of WCF services for reporting of hits and execution time to Graphite and StatsD.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 20,114 5/13/2017
1.2.1 10,345 3/8/2016
1.2.0 2,261 12/21/2015
1.1.0 15,594 4/24/2014
1.0.0 7,395 9/4/2012

Rename "StatsDProfiler" -> "MetricsPipe", use "long" as default metric data type.