Skip to content

Commit

Permalink
Create metric_buckets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxarun authored Jun 11, 2022
1 parent 41f7f6a commit 95cceed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions metric_buckets.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
buckets = {
"http_requests_ms_total" : {
"website": {
"createbooking": ['100', '200', '300', '400', '500', '750', '1000', '1250', '1500', '2000', '2500', '3000', '4000', '5000', '7500', '10000', '12500', '15000', '20000', '25000', '30000', '35000', '40000', '50000', '60000', '+Inf'],
"selectbooking": ['100', '150', '200', '250', '300', '350', '400', '450', '500', '750', '1000', '1250', '1500', '2000', '2500', '3000', '4000', '5000', '7500', '10000', '+Inf']
}
}
}

0 comments on commit 95cceed

Please sign in to comment.