diff --git a/aio_request/aiohttp.py b/aio_request/aiohttp.py index 762b80a..d2e77eb 100644 --- a/aio_request/aiohttp.py +++ b/aio_request/aiohttp.py @@ -48,7 +48,7 @@ "request_path", "response_status", ), - buckets=(0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1.0, 2.5, 5.0, 10.0, 20.0), + buckets=(0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1.0, 5.0, 10.0, 15.0, 20.0), ) def capture_metrics(*, method: str, path: str, client: str, status: int, started_at: float) -> None: diff --git a/aio_request/client.py b/aio_request/client.py index 394d4e7..62de659 100644 --- a/aio_request/client.py +++ b/aio_request/client.py @@ -26,7 +26,7 @@ "response_status", "circuit_breaker", ), - buckets=(0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1.0, 5.0, 10.0, 15.0, 20.0), + buckets=(0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1.0, 5.0, 10.0, 15.0, 20.0), ) def capture_metrics(