We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e07da1 commit c791561Copy full SHA for c791561
src/metricrule/agent/asgi.py
@@ -42,7 +42,7 @@ class ASGIMetricsMiddleware(BaseHTTPMiddleware):
42
"""ASGI middleware to log metrics for requests and responses.
43
"""
44
45
- class LoggingResponse():
+ class LoggingResponse(Response):
46
"""A response subclass that logs before forwarding the response.
47
48
If the response is streamed, it will be cached until the payload
0 commit comments