Skip to content

Commit

Permalink
Update storage-schemas.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen authored Oct 9, 2023
1 parent 630202c commit 243a8e1
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions grafanaConfig.example/go-carbon/storage-schemas.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,9 @@
#
# compressed if specified, will overwrite the value set in go-carbon.conf.

# Screeps UserTracker
[screepsUserTracker_User_Info]
pattern = ^screeps\.userTracker\..*\.users\..*\.info.*
retentions = 5m:1d,1h:150d
compressed = false

[screepsUserTracker_User_Stats]
pattern = ^screeps\.userTracker\..*\.users\..*\.stats.*
retentions = 15m:7d,1h:30d,1d:150d
compressed = false

[screepsUserTracker_TicksOrStatus]
pattern = ^screeps\.userTracker\..*\.(ticks|status).*
retentions = 5m:1d,1h:150d
compressed = false

[screepsUserTracker]
pattern = ^screeps\.userTracker\..*\.*
retentions = 1h:30d,1d:150d
[statsGetter]
pattern = ^screeps.*
retentions = 60s:1h,15m:1d,1d:1y
compressed = false

[stats]
Expand All @@ -38,4 +22,4 @@ compressed = false
# only works if whisper.online-migration is enabled (more in
# deploy/go-carbon.conf and README.md).
#
migration = true
migration = true

0 comments on commit 243a8e1

Please sign in to comment.