Skip to content

Instantly share code, notes, and snippets.

@mager
Created June 20, 2017 14:51
Show Gist options
  • Save mager/7120c5bea78afb68ecae9aaceb8b5781 to your computer and use it in GitHub Desktop.
Save mager/7120c5bea78afb68ecae9aaceb8b5781 to your computer and use it in GitHub Desktop.
ExStatsTracker Config
config :ex_stats_tracker,
host: your.statsd.host.com,
  port: 1234,
  prefix: your_prefix
  flush_interval: 10000
  chunk_size: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment