A better defalt settings
This commit is contained in:
parent
7736d7ee49
commit
699d42c070
|
|
@ -1,3 +1,4 @@
|
|||
# Example file that you can use for sitespeed.io
|
||||
# Schema definitions for Whisper files. Entries are scanned in order,
|
||||
# and first match wins. This file is scanned for changes every 60 seconds.
|
||||
#
|
||||
|
|
@ -7,18 +8,18 @@
|
|||
|
||||
# Carbon's internal metrics. This entry should match what is specified in
|
||||
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
|
||||
[carbon]
|
||||
pattern = ^carbon\.
|
||||
retentions = 60:1d
|
||||
|
||||
# Store crux data, collect the data ones per day and save it for 2 years.
|
||||
[sitespeed_crux]
|
||||
pattern = ^sitespeed_io\.crux\.
|
||||
retentions = 60m:40d
|
||||
retentions = 1d:2y
|
||||
|
||||
# Run data, every ten seconds but only for 8 days
|
||||
[sitespeed_run]
|
||||
pattern = ^sitespeed_io\.(.*)\.(.*)\.run\.
|
||||
retentions = 10s:8d
|
||||
|
||||
# Summary data, ones per hour for 65 days
|
||||
[sitespeed]
|
||||
pattern = ^sitespeed_io\.
|
||||
retentions = 10m:40d
|
||||
|
||||
[catch_them_all]
|
||||
pattern = .*
|
||||
retentions = 5m:1d,15m:30d
|
||||
retentions = 1h:65d
|
||||
Loading…
Reference in New Issue