Skip to content

Releases: hayk96/prometheus-api

0.1.5 / 2024-02-24

24 Feb 21:09
ee5378b
Compare
Choose a tag to compare

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

28 Jan 16:15
a9387a2
Compare
Choose a tag to compare

Changelog

0.1.4 / 2024-01-28

  • [ENHANCEMENT] Added HTTP query string: recreate=true|false for PUT /api/v1/rules/{file} endpoint.
  • [CHANGE] Log format includes HTTP query strings passed by the user.

0.1.3 / 2024-01-21

21 Jan 20:06
2efeae9
Compare
Choose a tag to compare

Changelog

0.1.3 / 2024-01-21

  • [CHANGE] Upgraded FastAPI module from 0.95.1 to 0.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

18 Nov 22:05
5c699bf
Compare
Choose a tag to compare

Changelog

0.1.2 / 2023-11-18

  • [ENHANCEMENT] Use remote schema for Prometheus rule #7

0.1.1 / 2023-10-27

27 Oct 16:13
b28cd53
Compare
Choose a tag to compare

Changelog

0.1.1 / 2023-10-27

  • [CHANGE] Upgraded PyYAML module from 5.4.1 to 6.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

04 Jun 16:17
3f52742
Compare
Choose a tag to compare
Release 0.1.0

Signed-off-by: Hayk Davtyan <hayko5999@gmail.com>