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

A Prometheus exporter implemented with the prometheus_client package will respond to all HTTP methods, even though it is supposed to succeed only on GET /metrics. This behavior may be reported...

As in https://github.com/prometheus/client_golang/issues/1369 and https://github.com/prometheus/client_java/issues/916, the Python library needs to be updated to support UTF-8. Tasks: - [ ] Add flag to enable change in validation logic to check that...

feature

There appears to be some discrepancy between the pip package name and the name of the installed package Both `prometheus_client` and ` prometheus-client` appear to be valid names to install...