flask_prometheus_metrics icon indicating copy to clipboard operation
flask_prometheus_metrics copied to clipboard

Prometheus Metrics for Flask Web App

Results 5 flask_prometheus_metrics issues
Sort by recently updated
recently updated
newest added

Hi: I was trying to setup flask_prometheus_metrics, but it seems that the library uses variable values instead of the static route definitions in the metrics. E.g. `@app.route("/print/")` I would have...

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. Commits 3a8b06b Version 2.0.16 b2951c0 Merge pull request #231 from codecov/ce-1380 2a80aa4 CE-1380_sanitize_args...

dependencies

### Update [prometheus-client](https://pypi.org/project/prometheus-client) from **0.7.1** to **0.14.1**. Changelog ### 0.14.1 ``` [BUGFIX] Revert `choose_encoder` being renamed to `choose_formatter` to fix a breaking change. For the 0.14.x release cycle `choose_formatter` will...

update

In one of our services, we have been making use of this project. Over time we found that the project is causing a memory leak over a long period. Steadily...