Skip to content

Instantly share code, notes, and snippets.

@bodsch
Created January 7, 2020 10:24
Show Gist options
  • Save bodsch/081e703af3b57d5f7033478b0a0c3a64 to your computer and use it in GitHub Desktop.
Save bodsch/081e703af3b57d5f7033478b0a0c3a64 to your computer and use it in GitHub Desktop.
storage-schemas.conf
#
# http://m30m.github.io/whisper-calculator/
#
[carbon]
# 1 Host and 1 Metric produce: 928.19 Kilobytes
#
pattern = ^carbon\.
retentions = 1m:31d,5m:60d,15m:120d,1h:240d
[grafana]
# 1 Host and 1 Metric produce: 556.94 Kilobytes
#
pattern = ^grafana\.
retentions = 1m:15d,5m:30d,15m:120d,1h:240d
[icinga2]
# 1 Host and 1 Metric produce: 556.94 Kilobytes
#
pattern = ^icinga2\.
retentions = 1m:15d,5m:30d,15m:120d,1h:240d
[telegraf]
# 1 Host and 1 Metric produce: 105.51 Kilobytes
#
pattern = ^telegraf\.
retentions = 1m:6h,5m:30d
[collectd]
pattern = ^collectd\.
retentions = 15s:7d,1m:21d,15m:5y
[default]
# 1 Host and 1 Metric produce: 767.88 Kilobytes
#
pattern = .*
retentions = 30s:6h,1m:15d,5m:30d,10m:240d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment