Skip to content

Instantly share code, notes, and snippets.

@piavlo
Created July 1, 2013 16:49
Show Gist options
  • Save piavlo/5902524 to your computer and use it in GitHub Desktop.
Save piavlo/5902524 to your computer and use it in GitHub Desktop.
statsd {
tags => [ "apache-accesslog" ]
fields => [ "appname", "latency" ]
host => "statsd"
port => 8125
ignore_older_than => 5
namespace => "apache"
sender => "%{appenv}"
increment => [ "latency.%{appname}.%{latency}" ]
timing => [ "duration.%{appname}", "%{duration}",
"firstbyte.%{appname}", "%{firstbyte}" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment