client_python icon indicating copy to clipboard operation
client_python copied to clipboard

Prometheus instrumentation library for Python applications

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

While description is mandatory for Gauge and other metric objects the server endpoint only shows "Multiprocess metric" for each metric. Am I doing it wrong?

Maybe I'm going about this the wrong way, but I'd like to create dynamic gauges for users logged in to a system and the gauge will track the active jobs...

I spent a while trying to figure out how to remove these default metrics. Im updating the docs with instructions to remove `process`, `gc`, and `platform` collector metrics. Please let...

I understand why this is the case for e.g. Gauges in min/max/sum mode, but not for all/liveall, where we can differentiate by a `pid` label (or similar), and similarly for...

Encoder `generate_latest` (for example) accepts registry of `CollectorRegistry` type but it doesn't accept registry of `RestrictedRegistry` type so it is not consistent. I guess `RestrictedRegistry` class should inherit `CollectorRegistry` class...

In environments where each container is running in its own PID namespace, multiple instances of the same container will quickly result in (silently) conflicting file names as any `my-favorite-server.py` process...

I have `django-rest` project that runs with `gunicorn`. After working a while with my apis it throw this error: ``` Traceback (most recent call last): File "/home/git/app/test/./manage.py", line 21, in...

Currently, when we use SummaryMetricFamily and HistogramMetricFamily, we need to implement additional statistical operations, which makes it necessary to implement some statistical methods and fill these two objects in a...

Does this lib already support examplars?

feature

Hello, Would it be possible/would it get maintainer support to add the ability to pass in kwargs to the remove() function: https://github.com/prometheus/client_python/blob/5a5261dd45d65914b5e3d8225b94d6e0578882f3/prometheus_client/metrics.py#L200 I think it should be pretty simple to...