Skip to content

Commit

Permalink
Update conf/storage-schemas.conf.example
Browse files Browse the repository at this point in the history
Note about resolution and aggregation with example
  • Loading branch information
jblaine committed Aug 20, 2012
1 parent d3903c5 commit aad2bfd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions conf/storage-schemas.conf.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Schema definitions for Whisper files. Entries are scanned in order,
# and first match wins. This file is scanned for changes every 60 seconds.
#
# [name]
# pattern = regex
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
# Definition Syntax:
#
# [name]
# pattern = regex
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
#
# Remember: To support accurate aggregation from higher to lower resolution
# archives, the precision of a longer retention archive must be
# cleanly divisible by precision of next lower retention archive.
#
# Valid: 60s:7d,300s:30d (300/60 = 5)
# Invalid: 180s:7d,300s:30d (300/180 = 3.333)
#

# Carbon's internal metrics. This entry should match what is specified in
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
Expand Down

0 comments on commit aad2bfd

Please sign in to comment.