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

This is very similar to #18 only I'm using the GaugeMetricFamily/CounterMetricFamily interface, otherwise the symptoms are the same. I'm using the default pypi version (which I think is 0.2.0). I...

history related issues: https://github.com/prometheus/client_python/pull/441 https://github.com/prometheus/client_python/pull/430 Can we aggregate all the db files from a period of time ago and non-current pid into a total db file, to control the number...

This gets more accurate numbers and also works on Mac - however only works on the process itself.

Support pushing metrics to a push gateway instance running with TLS Authentication. A user will need to provide the appropriate certificates to send to the server, and can specify additional...

Hi I notice, that in my different batch job, if I created the same metric, no matter i use `pushadd_to_gateway` or `push_to_gateway`, the metric will reset to 0. Is it...

On FreeBSD, the `ProcessCollector` class works fine, so long as `proc` is overridden with `/compat/linux/proc`, and the optional `linprocfs` compatibility layer is mounted on that point.

This PR updates docstrings for all Metrics types. This is an effort mentioned in #848 to improve prometheus_client docs.

This PR scaffolds the initial Sphinx doc structure for prometheus_client This is a part of #848 in an attempt to better improve `prometheus_client` docstring.

_(I initially drafted this in Discussions, but I ended moving here. Happy to move it there if required)_ # Context After digging a bit in this project and reading some...

This is probably not a bug, but I'm just wondering whether there is a decision not to make docstring for metrics RST-friendly. Let's take the documentation for https://github.com/prometheus/client_python/blob/db391dbc83df4202698a21463ae89d6fb3611ce2/prometheus_client/metrics.py#L516 as an...