Skip to content

Releases: hayk96/prometheus-api

0.4.2 / 2024-07-05

05 Jul 11:21
20900d9
Compare
Choose a tag to compare

Changelog

0.4.2 / 2024-07-05

  • [CHANGE] Replaced base64 encoded files in web assets (HTML, CSS) with common images and added a new route for images. #49

0.4.1 / 2024-06-30

30 Jun 18:01
25da625
Compare
Choose a tag to compare

Changelog

0.4.1 / 2024-06-30

  • [ENHANCEMENT] Added a new web page for reports. This page allows exporting Prometheus data in various formats directly from the web UI. #43
  • [ENHANCEMENT] Added functionality to change the timestamp format while exporting data via the /export API. Previously, the default value was Unix timestamp. Now, you can choose from the following options: iso8601, rfc2822, rfc3339, friendly, and unix (default). #41
  • [ENHANCEMENT] Added a new feature that allows replacing Prometheus labels (fields) in the final dataset: CSV, JSON, etc. #39
  • [ENHANCEMENT] Added support for exporting files in multiple formats via the /export API. Supported formats include: CSV, YAML (or YML), JSON, and JSON Lines (or NDJSON). E.g., ?format=csv|yaml|yml|json|ndjson|jsonlines. #37
  • [BUGFIX] Fixed the functionality that generates CSV files to ensure they have unique names instead of static names, resolving issues with responses getting mixed up between users. #35
  • [BUGFIX] Fixed exception handling for replace_fields in the /export API. #43

0.4.0 / 2024-06-23

23 Jun 16:49
78c1909
Compare
Choose a tag to compare

Changelog

0.4.0 / 2024-06-23

  • [ENHANCEMENT] Added a new API endpoint: /export for exporting data from Prometheus as a CSV file. This feature allows users to export data from Prometheus easily. It supports both instant queries and range queries. More details can be found in the API documentation. #33

0.3.3 / 2024-06-16

16 Jun 14:31
8e30efb
Compare
Choose a tag to compare

Changelog

0.3.3 / 2024-06-16

  • [ENHANCEMENT] Added a new endpoint: /metrics-lifecycle-policies/trigger for force-triggering all Metrics Lifecycle Policies. #29
  • [CHANGE] Changed the execution interval of the task "Clean-up Prometheus series" by the scheduler to 2 hours (previously 20 minutes).
  • [BUGFIX] Prevented the execution of more than one task at the same time, as tasks can remain in the running state for longer than their execution interval.

0.3.2 / 2024-06-08

08 Jun 09:55
4374aa2
Compare
Choose a tag to compare

Changelog

0.3.2 / 2024-06-08

  • [ENHANCEMENT] Added a new endpoint: /health for retrieving system health. #28
  • [ENHANCEMENT] Added a new function that continuously checks (600 checks at 3-second intervals) for establishing a connection to Prometheus.
  • [BUGFIX] The Prometheus /runtimeinfo API call check has been moved under the validation function.
  • [BUGFIX] Added proper exception handling while checking the status of the reload API of Prometheus at runtime.

0.3.1 / 2024-06-01

01 Jun 20:06
4daa8bb
Compare
Choose a tag to compare

Changelog

0.3.1 / 2024-06-01

  • [ENHANCEMENT] Added a new webpage, Metrics Management, based on the /metrics-lifecycle-policies API. This feature allows
    for directly defining and managing policies for retaining Prometheus metrics. #26
  • [ENHANCEMENT] Added support for dark mode on the Rules Management page. #16
  • [ENHANCEMENT] Added support of filtering of rules by their type from the UI. #15

0.3.0 / 2024-05-26

26 May 18:40
8db8d3b
Compare
Choose a tag to compare

Changelog

0.3.0 / 2024-05-26

  • [ENHANCEMENT] Introduced a new API /metrics-lifecycle-policies for managing metrics lifecycle in the Prometheus ecosystem. This flexible API allows users to define policies that specify which time-series should be retained and for how long in the Prometheus TSDB storage.
  • [BUGFIX] fixed description of 404 status code of the DELETE /api/v1/rules API in the Redocli page.

0.2.2 / 2024-05-12

12 May 13:58
508b19c
Compare
Choose a tag to compare

Changelog

0.2.2 / 2024-05-12

  • [REVERT] Reverted schema validation mechanism of rules API. Use local schema validation instead of remote which was introduces in v0.1.2. #18

0.2.1 / 2024-05-07

07 May 18:42
7525559
Compare
Choose a tag to compare

Changelog

0.2.1 / 2024-05-07

  • [CHANGE] Serve remote JS script through Cloudflare CDN. No API changes. #17

0.2.0 / 2024-05-02

02 May 21:30
31ee8f1
Compare
Choose a tag to compare

Changelog

0.2.0 / 2024-05-02

  • [ENHANCEMENT] Added support of Web UI for better management of the Prometheus rules through UI. #14
  • [CHANGE] Updated documentation