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

chore: add serverless monitoring #1462

Merged
merged 10 commits into from
Feb 1, 2023

Conversation

YiniXu9506
Copy link
Contributor

image

@ti-chi-bot
Copy link
Member

ti-chi-bot commented Jan 10, 2023

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • shhdgit

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@YiniXu9506 YiniXu9506 requested review from baurine and shhdgit January 10, 2023 07:49
@YiniXu9506 YiniXu9506 marked this pull request as ready for review January 10, 2023 07:56
@baurine
Copy link
Collaborator

baurine commented Jan 10, 2023

The latest commit makes the PR not concise anymore, need to refine.

@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2023

Codecov Report

Merging #1462 (ad49c64) into master (03cbe9a) will decrease coverage by 15.87%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #1462       +/-   ##
==========================================
- Coverage   24.84%   8.97%   -15.87%     
==========================================
  Files         167     121       -46     
  Lines       14853   12563     -2290     
==========================================
- Hits         3690    1128     -2562     
- Misses      10892   11314      +422     
+ Partials      271     121      -150     
Flag Coverage Δ
backend_integration 8.97% <ø> (ø)
backend_ut ?

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03cbe9a...ad49c64. Read the comment docs.

@shhdgit shhdgit merged commit 19e178a into pingcap:master Feb 1, 2023
@YiniXu9506 YiniXu9506 deleted the feat/serverlessMonitoring branch February 1, 2023 03:40
shhdgit pushed a commit to shhdgit/tidb-dashboard that referenced this pull request Feb 9, 2023
* chore: add serverless monitoring

* chore: remove category from serverless category

* chore: refine code and update failed query promql

* chore: update promql

* fix: time range limit on time range selector

* fix: date should be available if there are available hours on this date

* chore: update time limit

* chore: fix slowquery rout prefix

* chore: fix route prefix of diagnosis app
shhdgit added a commit that referenced this pull request Feb 9, 2023
* feat: limit date picker range (#1429)

* feat: limit date picker range

* chore: update version for dbaas and clinic

* chore: hide zoomOut feature for timeSelector on cloud side

* chore: set max timeRange for monitoring as two days

* Feat/slowquery v2 (#1449)

* feat: init slow query v2

* tweak: use slow query module

* feat: comparison

* tweak: comparison

* wip

* tweak: comparison

* tweak: comparison

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* update version

* wip

* wip

* fix: url params

* update version

* update version

* fix: deps

* fix: deps version

* chore: tsconfig

* revert: deps version

* wip

* fix: request

* wip: deps

* fix: v2 detail history back

* fix: v2 detail history back

* tweak: url params

* fix: memo url time range

* fix: memo url time range

* fix: conprof

* chore: time range

* update deps

* chore

* chore

* chore

* update copyright

* skip e2e

* Fix/time range selector (#1459)

* chore: update time limit level

* chore: update time limit level

* chore: update time range selector no overview page

* chore: update tidb dashboard for clinic cloud version

* centos7 build image

* cleanup dockerfiles

* Revert mistake commits (#1465)

* Revert "cleanup dockerfiles"

This reverts commit 98f0964.

* Revert "centos7 build image"

This reverts commit 320b30c.

* Centos7 dockerfile; fix tests (#1467)

* centos7 build image

(cherry picked from commit 320b30c)

* cleanup dockerfiles

(cherry picked from commit 98f0964)

* fix centos7 build; fix test

* fix test

* chore: update tooltip when failed to get host info (#1469)

- because the reason is not correct in some cases

* chore: add serverless monitoring (#1462)

* chore: add serverless monitoring

* chore: remove category from serverless category

* chore: refine code and update failed query promql

* chore: update promql

* fix: time range limit on time range selector

* fix: date should be available if there are available hours on this date

* chore: update time limit

* chore: fix slowquery rout prefix

* chore: fix route prefix of diagnosis app

* fix(topsql): short format (#1476)

* feat(slowquery): add warnings (#1472)

* feat(slowquery): add warnings

* fix: lint generic

* chore: types

* fix: test

* fix: test

* fix: tests

* [Feature] Manually bind execution plan (#1473)

* Backend for binding sql plan feature (#1471)

* default version value for local quick startup

* update CONTRIBUTING.md

* done backend

* fix swag doc

* fix query bug

* done

* fix feature version check

* fix lint

* revert swagger tag

* fix 404 response (#1474)

* fix null response

* fix get plan response; fix drop plan behavior.

* fix

* fix dockerfile

* fix supported version check

* Add one-click bind plan on sql statement detail page (#1475)

* chore: add plan bind api

* chore: add plan bind modal

* chore: destory modal content on close

* chore: fix plan table selection

* chore: update plan bind style

* chore: add i18n to bind plan

* chore: set selection as radio on plan bind table

* chore: update plan selection status

* chore: set plan list order by plan count

* chore: refine code

* chore: refine code

* replace reflection go-funk with generic lo; add more fields to query plan response

* update swag

* add error message

* fix format

* chore: update enable plan binding condition

* fix tests

* chore: update go.mod

* chore: refine code

* fix centos7 dockerfile

* fix typo

---------

Co-authored-by: Yini Xu <[email protected]>
Co-authored-by: YiniXu9506 <[email protected]>
Co-authored-by: Suhaha <[email protected]>

* Update release version

---------

Co-authored-by: Yini Xu <[email protected]>
Co-authored-by: Yifan Xu <[email protected]>
Co-authored-by: Sparkle <[email protected]>
Co-authored-by: YiniXu9506 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants