Skip to content

Commit

Permalink
chore: add custom buckets to gateway.user_suppression_age
Browse files Browse the repository at this point in the history
  • Loading branch information
BonapartePC committed Jul 28, 2023
1 parent 736feeb commit 25ddde1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runner/buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ var customBuckets = map[string][]float64{
"gateway.response_time": {
0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10, 60,
},
"gateway.user_suppression_age": {
86400, 2592000, 5184000, 7776000, // 1 day, 1 month, 2 months, 3 months
},
}

0 comments on commit 25ddde1

Please sign in to comment.