Skip to content

Instantly share code, notes, and snippets.

@sirech
Created January 3, 2022 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirech/edaf16d4b6875fd9cfe80a66a02d23c0 to your computer and use it in GitHub Desktop.
Save sirech/edaf16d4b6875fd9cfe80a66a02d23c0 to your computer and use it in GitHub Desktop.
locals {
quick_window_long = "1h"
quick_window_short = "5m"
quick_burn_rate = 14.4
quick_time_window = "30d"
}
locals {
slow_window_long = "6h"
slow_window_short = "30m"
slow_burn_rate = 6
slow_time_window = "30d"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment