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

feat: deploy response time collector #1521

Merged

Conversation

aceforeverd
Copy link
Collaborator

@aceforeverd aceforeverd commented Mar 28, 2022

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

close #1234

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

@aceforeverd aceforeverd added the enhancement New feature or request label Mar 28, 2022
@aceforeverd aceforeverd added this to the v0.5 milestone Mar 28, 2022
@aceforeverd aceforeverd self-assigned this Mar 28, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 28, 2022

Linux Test Report

       54 files       181 suites   43m 20s ⏱️
  8 187 tests   8 187 ✔️ 0 💤 0
12 103 runs  12 103 ✔️ 0 💤 0

Results for commit 126e472.

♻️ This comment has been updated with latest results.

@aceforeverd
Copy link
Collaborator Author

Online Monitoring

@github-actions
Copy link
Contributor

github-actions bot commented Mar 28, 2022

SDK Test Report

  72 files    72 suites   6m 12s ⏱️
172 tests 169 ✔️ 3 💤 0
212 runs  209 ✔️ 3 💤 0

Results for commit 126e472.

♻️ This comment has been updated with latest results.

@aceforeverd aceforeverd force-pushed the feat/deploy-response-time-collector branch from 27f7c90 to e1c674d Compare March 29, 2022 02:08
src/tablet/tablet_impl.cc Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

github-actions bot commented Mar 29, 2022

HybridSE Linux Test Report

       65 files       232 suites   7m 24s ⏱️
18 870 tests 18 870 ✔️ 0 💤 0

Results for commit 126e472.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 29, 2022

HybridSE Mac Test Report

       65 files       232 suites   7m 14s ⏱️
18 870 tests 18 870 ✔️ 0 💤 0

Results for commit 126e472.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #1521 (126e472) into main (86ae446) will increase coverage by 0.43%.
The diff coverage is 94.93%.

@@             Coverage Diff              @@
##               main    #1521      +/-   ##
============================================
+ Coverage     66.44%   66.88%   +0.43%     
  Complexity      323      323              
============================================
  Files           589      596       +7     
  Lines        111498   112299     +801     
  Branches        994      994              
============================================
+ Hits          74084    75106    +1022     
+ Misses        37207    36986     -221     
  Partials        207      207              
Impacted Files Coverage Δ
src/nameserver/name_server_impl.h 100.00% <ø> (ø)
src/nameserver/system_table.h 96.66% <ø> (-0.04%) ⬇️
src/tablet/tablet_impl.h 100.00% <ø> (ø)
src/test/util.h 87.05% <33.33%> (-1.28%) ⬇️
src/nameserver/name_server_impl.cc 38.84% <79.45%> (+0.84%) ⬆️
src/tablet/sp_cache.h 67.21% <80.00%> (+17.21%) ⬆️
...atistics/query_response_time/query_response_time.h 93.54% <93.54%> (ø)
...tistics/query_response_time/query_response_time.cc 94.23% <94.23%> (ø)
src/tablet/tablet_impl.cc 42.10% <96.15%> (+3.08%) ⬆️
hybridse/include/vm/engine_context.h 100.00% <100.00%> (ø)
... and 26 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 86ae446...126e472. Read the comment docs.

@aceforeverd aceforeverd force-pushed the feat/deploy-response-time-collector branch from bb4803d to ec88d4f Compare March 30, 2022 15:41
add sanity check when trying to delete records from DEPLOY_RESPONSE_TIME
in name_server
Copy link
Collaborator

@zhanghaohit zhanghaohit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aceforeverd aceforeverd merged commit 06ccd67 into 4paradigm:main Apr 1, 2022
@aceforeverd aceforeverd deleted the feat/deploy-response-time-collector branch April 1, 2022 06:37
@lumianph lumianph mentioned this pull request May 13, 2022
39 tasks
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.

feat: deploy query statistics
4 participants