Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brendanhay/stetson

Erlang client for Etsy's statsd statistics aggregator
https://github.com/brendanhay/stetson

Last synced: about 2 months ago
JSON representation

Erlang client for Etsy's statsd statistics aggregator

Awesome Lists containing this project

README

        

Stetson
=======

[![Build Status](https://secure.travis-ci.org/brendanhay/stetson.png)](http://travis-ci.org/brendanhay/stetson)

Table of Contents
-----------------

* [Configure](#configure)
* [Contribute](#contribute)
* [Licence](#licence)

Configure
---------

The url for the `statsd` instance and the `graphite` namespace prefix are
specified in the `stetson.app.src` env section:

```erlang
{env, [
{statsd.uri, },
{graphite.ns, }
]}
```

Or in your application's `app.config` via:

```erlang
{stetson, [
{statsd.uri, },
{graphite.ns, }
]}
```

Where `` can be one of:

* `'ATOM'`: read as an ENVIRONMENT_VARIABLE
* `"string"`: read as-is

Contribute
----------

For any problems, comments or feedback please create an issue [here on GitHub](github.com/brendanhay/stetson/issues).

Licence
-------

Stetson is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/)