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