-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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") |
There was a problem hiding this comment.
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" |
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:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.