Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(ui): Add Reporting page web UI #43

Merged
merged 2 commits into from
Jun 30, 2024

Conversation

hayk96
Copy link
Owner

@hayk96 hayk96 commented Jun 30, 2024

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

  • Added a new web page for reports. The page is responsible for exporting Prometheus data in various formats directly from the web UI.
  • Fixed exception handling for replace_fields in /export API

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

  • DCO signed
  • No conflict with the main branch.

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 30, 2024
@hayk96 hayk96 self-assigned this Jun 30, 2024
@hayk96 hayk96 linked an issue Jun 30, 2024 that may be closed by this pull request
@hayk96 hayk96 merged commit 33bd467 into release-0.4.1 Jun 30, 2024
1 check passed
@hayk96 hayk96 mentioned this pull request Jun 30, 2024
2 tasks
hayk96 added a commit that referenced this pull request Jun 30, 2024
* fix(api): Fix the issue of statically defined file in the /export API (#35)

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

* feature(api): Add support of exporting files in multiple formats (#37)

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

* feature(api): Add support of replacing fields in /export API (#39)

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

* feature(api): Add support of converting time formats in /export API (#41)

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

* feature(ui): Add Reporting page web UI (#43)

* feature(ui): Add Reporting page web UI

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

* fix(api): Fix exception handling of /export API

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

---------

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

* docs: Update CHANGELOG.md

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

* chore(api): Bump app version #minor

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

* fix(api): Fix async function name #minor

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

---------

Signed-off-by: hayk96 <hayko5999@gmail.com>
@hayk96 hayk96 mentioned this pull request Jun 30, 2024
2 tasks
hayk96 added a commit that referenced this pull request Jun 30, 2024
* feature(ui): Add Reporting page web UI (#43) #patch

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

---------

Signed-off-by: hayk96 <hayko5999@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Reporting web page
1 participant