Graphite.NET icon indicating copy to clipboard operation
Graphite.NET copied to clipboard

.NET client library for Graphite and StatsD

Results 3 Graphite.NET issues
Sort by recently updated
recently updated
newest added

Graphite API supports int and double values as input. The changes are necessary that this implementation does also support double values and are able to send them to Graphite. Support...

Hi! What's the status of the project? The last commit was a long time ago, the project looks abandoned.

Unfortunately this little bit here makes the client unusable for me as-is: https://github.com/ragnard/Graphite.NET/blob/master/Graphite/GraphiteTcpClient.cs#L36-L39 I would recommend removing the entire try/catch and let the consumer deal with errors as a quick...