Skip to content

Instantly share code, notes, and snippets.

Created December 17, 2012 21:34
Show Gist options
  • Select an option

  • Save anonymous/4322488 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/4322488 to your computer and use it in GitHub Desktop.
:graphite => {
:storage_aggregation => [
{:sum => {
:pattern=> "\.count$",
:xFilesFactor => "0",
:aggregationMethod => "sum"
}},
{:avg => {
:pattern=> ".*",
:xFilesFactor => "0",
:aggregationMethod => "avg"
}},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment