Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

feat(api): Add a new API for exporting data as a CSV #33

Merged
merged 3 commits into from
Jun 23, 2024
Merged

Conversation

hayk96
Copy link
Owner

@hayk96 hayk96 commented Jun 23, 2024

1. What this PR does / why we need it:

  • [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.

2. Make sure that you've checked the boxes below before you submit PR:

  • DCO signed
  • No conflict with the main branch.

hayk96 added 3 commits June 23, 2024 20:28
Signed-off-by: hayk96 <hayko5999@gmail.com>
Signed-off-by: hayk96 <hayko5999@gmail.com>
Signed-off-by: hayk96 <hayko5999@gmail.com>
@hayk96 hayk96 added the enhancement New feature or request label Jun 23, 2024
@hayk96 hayk96 self-assigned this Jun 23, 2024
@hayk96 hayk96 linked an issue Jun 23, 2024 that may be closed by this pull request
@hayk96 hayk96 merged commit 78c1909 into main Jun 23, 2024
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new API for exporting data as a CSV
1 participant