/stetson

Erlang client for Etsy's statsd statistics aggregator

Primary LanguageErlangMozilla Public License 2.0MPL-2.0

Stetson

Build Status

Table of Contents

Configure

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

{env, [
   {statsd.uri,  <value>},
   {graphite.ns, <value>}
]}

Or in your application's app.config via:

{stetson, [
   {statsd.uri,  <value>},
   {graphite.ns, <value>}
]}

Where <value> 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.

Licence

Stetson is released under the Mozilla Public License Version 2.0