diff --git a/metric_buckets.py b/metric_buckets.py new file mode 100644 index 0000000..bc53cad --- /dev/null +++ b/metric_buckets.py @@ -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'] + } + } + }