You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Leem0sh
changed the title
HTTPStatus.NOT_FOUND results in status "Hxx" when grouping
HTTPStatus.NOT_FOUND results in status "Hxx" when grouping (with fix)
Oct 5, 2022
Hello,
just noticed a bug where any "non-numeric" status code for example
results in
Easy fix in my code is to do
int(HTTPStatus.NOT_FOUND)
.Or you can probably fix it in https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/master/src/prometheus_fastapi_instrumentator/middleware.py#L117
?
The text was updated successfully, but these errors were encountered: