Skip to content

chore: include execution stats when logging slow query warn message #133

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

Merged
merged 4 commits into from
Jan 24, 2022

Conversation

surajpuvvada
Copy link
Contributor

Description

Please include a summary of the change, motivation and context.

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #133 (a3b4016) into main (ed668d2) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #133      +/-   ##
============================================
- Coverage     81.70%   81.66%   -0.04%     
+ Complexity      592      591       -1     
============================================
  Files            58       58              
  Lines          2268     2269       +1     
  Branches        234      234              
============================================
  Hits           1853     1853              
- Misses          319      321       +2     
+ Partials         96       95       -1     
Flag Coverage Δ
integration 81.66% <100.00%> (-0.04%) ⬇️
unit 79.48% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
.../query/service/pinot/PinotBasedRequestHandler.java 70.95% <100.00%> (+0.09%) ⬆️
...rtrace/core/query/service/QueryServiceStarter.java 55.55% <0.00%> (-2.78%) ⬇️

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 ed668d2...a3b4016. Read the comment docs.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@@ -40,7 +40,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("commons-codec:commons-codec:1.15")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.33")
implementation("com.google.protobuf:protobuf-java-util:3.15.6")
implementation("com.google.protobuf:protobuf-java-util:3.19.2")
Copy link
Contributor

Choose a reason for hiding this comment

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

Please keep protoc versions aligned if updating:

artifact = "com.google.protobuf:protoc:3.15.6"

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@surajpuvvada surajpuvvada merged commit d5b0829 into main Jan 24, 2022
@surajpuvvada surajpuvvada deleted the log_execution_stats branch January 24, 2022 22:35
@github-actions
Copy link

Unit Test Results

  32 files  ±0    32 suites  ±0   12s ⏱️ +2s
188 tests ±0  188 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit d5b0829. ± Comparison against base commit ed668d2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants