client_python icon indicating copy to clipboard operation
client_python copied to clipboard

Prometheus instrumentation library for Python applications

Results 179 client_python issues
Sort by recently updated
recently updated
newest added

New to the Prometheus client on Python and implementing an endpoint for an application. Not seeing any obvious errors but don't have any debugging log available (yet) for the application...

I've been trying to make multiprocessing work with FastAPI, but it just doesn't seem to happen. This part is what I've been struggling the most: ```python def app(environ, start_response): registry...

Issue #211 Add support for storing the metrics help text in the multiprocess map. The help will come from the first process read, but it should be the same for...

I know this is a subject that comes up somewhat frequently but for the love of me I can't figure out what I'm doing wrong. 1. I have a service...

Also provided additional multiprocessing instructions for FastAPI + Gunicorn setup with code examples as per this issue: #810 Signed-off-by: Matas Minelga

Hi guys. Thanks for providing this great library for making monitoring fun and easy in python. It's my Day 1 with this package. The README provided a very quick introduction...

I have been working with in a new gauge metric where I can pass DataFrame directly to mount the entire metric with 1 line, it is based on gauge labeled....

Hi again! While working on https://github.com/prometheus/client_python/pull/794 I had a few `flake8` linting errors locally that I didn't catch before pushing and had to push again to fix. On other projects...