Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brendanhay/stetson
- Owner: brendanhay
- License: mpl-2.0
- Created: 2012-03-23T08:41:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T13:28:50.000Z (over 12 years ago)
- Last Synced: 2024-10-13T23:48:10.577Z (3 months ago)
- Language: Erlang
- Homepage:
- Size: 136 KB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-isContribute
----------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/)