Skip to content

Instantly share code, notes, and snippets.

@lbjay
Created June 25, 2013 19:29
Show Gist options
  • Save lbjay/5861579 to your computer and use it in GitHub Desktop.
Save lbjay/5861579 to your computer and use it in GitHub Desktop.
filter {
metrics {
meter => [ "http.%{response}" ]
add_tag => "metric"
}
}
output {
graphite {
tags => ["metric"]
debug => true
metrics => [
"http.%{response}.rate_1m", "%{rate_1m}"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment