Releases: hayk96/prometheus-api
Releases · hayk96/prometheus-api
0.1.5 / 2024-02-24
Changelog
0.1.5 / 2024-02-25
- [ENHANCEMENT] Added support for exposing Prometheus metrics. The corresponding metrics are available under the path
/api-metrics
. The/metrics
endpoint is also accessible for exposing the metrics of the Prometheus server. - [BUGFIX] Fixed startup check of filesystem permissions in case of OSError.
0.1.4 / 2024-01-28
Changelog
0.1.4 / 2024-01-28
- [ENHANCEMENT] Added HTTP query string:
recreate=true|false
forPUT /api/v1/rules/{file}
endpoint. - [CHANGE] Log format includes HTTP query strings passed by the user.
0.1.3 / 2024-01-21
Changelog
0.1.3 / 2024-01-21
- [CHANGE] Upgraded FastAPI module from
0.95.1
to0.109.0
. - [ENHANCEMENT] Updated OpenAPI reference
- [ENHANCEMENT] Support auto-generation of OpenAPI specification
- [ENHANCEMENT] Added API documentation page (powered by Redocly) which is available here: https://hayk96.github.io/prometheus-api.
0.1.2 / 2023-11-18
0.1.1 / 2023-10-27
Changelog
0.1.1 / 2023-10-27
- [CHANGE] Upgraded PyYAML module from
5.4.1
to6.0.1
due to the following issue. - [ENHANCEMENT] Updated README.md.
- [ENHANCEMENT] Added a new stage for vulnerability scanning of Docker images.
0.1.0 / 2023-06-04
Release 0.1.0 Signed-off-by: Hayk Davtyan <hayko5999@gmail.com>