Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukevenediger/statsd.net

A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.
https://github.com/lukevenediger/statsd.net

Last synced: 11 days ago
JSON representation

A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.

Awesome Lists containing this project

README

        

# statsd.net
A high-performance stats collection service based on [etsy's](http://etsy.com/) [statsd service](https://github.com/etsy/statsd/) and written in c#.net.

## Key Features
* Enables multiple latency buckets for the same metric to measure things like p90/5min and p90/1hour in one go
* Can receive stats over UDP, TCP and HTTP.
* Compatible with etsy's statds protocol for sending counts, timings, latencies and sets
* Supports [librato.com](http://metrics.librato.com/) as a backend
* Supports writing out to another statsd.net instance for relay configurations

## Download statsd.net
The latest version is v1.4.1.0 (23-Apr-14), and can be downloaded on the [releases page](https://github.com/lukevenediger/statsd.net/releases).

## Project Status
Statsd.net is actively being used in a high-volume multi-site production environment.

## Installation, Guidance, Configuration and Reference Information
* Find all this and more on the **[statsd.net wiki](https://github.com/lukevenediger/statsd.net/tree/master/statsd.net)**

## Coming Soon
* [App Fabric](http://msdn.com/appfabric) and [memcached](http://memcached.org/) support to allow horizontal scaling, with load balancing and storage
* More backends
* Web-based management console with a RESTful API
* Histogram stats
* Calendargram stats - easily count unique values according to calendar buckets

## About the Codebase

### Maintainers
* Luke Venediger - [email protected], http://lukevenediger.me/

### Contributors
Thanks to these guys for adding features to statsd.net!

* Josh Clark - https://github.com/joshclark
* Werner van Deventer - http://brutaldev.com
* Eric J. Smith - http://www.codesmithtools.com/

### Licence
MIT Licence.