Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Forked from anonymous/gist:4322488
Created December 17, 2012 21:51
Show Gist options
  • Select an option

  • Save jtimberman/4322623 to your computer and use it in GitHub Desktop.

Select an option

Save jtimberman/4322623 to your computer and use it in GitHub Desktop.
default[: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