sanic-prometheus icon indicating copy to clipboard operation
sanic-prometheus copied to clipboard

Prometheus metrics for Sanic, an async python web server

Results 15 sanic-prometheus issues
Sort by recently updated
recently updated
newest added

support for HTTPStatus enum, converting it to int in metrics.

Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @​JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...

dependencies

The deprecation is now an error with current Sanic 21.12.0 Would you mind to include the fix?

As mentioned in the release , library depends on 0.7.1 or greater for prometheus-client

we're getting a deprecation warning: ```sh /usr/local/lib/python3.9/site-packages/sanic/base.py:35: UserWarning: Setting variables on Sanic instances is deprecated and will be removed in version 21.9. You should change your Sanic instance to use...

Since it is a chore to make the template manually, I don't know if there are any images that have been debugged. Can you provide references?If I did, I would...

I'm facing this issue with latest sanic-prometheus. It happens when I accessed a non-existed page.. ``` [ERROR] Exception occurred in one of response middleware handlers Traceback (most recent call last):...

Sanic no longer allows for item assignment in the request object. I am using sanic==20.6.3 and sanic-prometheus==0.2.0 ```[2020-09-22 06:16:38 +0000] [15] [ERROR] Exception occurred while handling uri: 'http://localhost:8080/status/ok' ERROR:sanic.root:Exception occurred...

When you reach a 404, it looks like the `before_request_handler` is not called and thus triggers the following error in the `after_request_handler`: ``` [2020-06-10 15:13:42 +0200] [17655] [ERROR] Exception occurred...