ohm / stetson

Erlang client for Etsy's statsd statistics aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stetson

Build Status

Table of Contents

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

For any problems, comments or feedback please create an issue here on GitHub.

Stetson is released under the Mozilla Public License Version 2.0

About

Erlang client for Etsy's statsd statistics aggregator

License:Mozilla Public License 2.0


Languages

Language:Erlang 100.0%