Skip to content

Instantly share code, notes, and snippets.

@thraxil
Created July 24, 2013 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thraxil/6067562 to your computer and use it in GitHub Desktop.
Save thraxil/6067562 to your computer and use it in GitHub Desktop.
hekad config for a simple statsd replacement
[StatsdInput]
address = ":8125"
[StatAccumInput]
ticker_interval = 10
emit_in_payload = true
[CarbonOutput]
message_matcher = "Type == 'heka.statmetric'"
address = "graphite.example.com:2003"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment