Skip to content
/ stetson Public
forked from ptuckey/stetson

Erlang client for Etsy's statsd statistics aggregator

License

Notifications You must be signed in to change notification settings

rdio/stetson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 92.5%
  • Makefile 7.5%