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

[#11449] Trim long sql from agent #11450

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

kojandy
Copy link
Contributor

@kojandy kojandy commented Sep 3, 2024

Resolves #11449.

@kojandy kojandy self-assigned this Sep 3, 2024
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.

Project coverage is 37.10%. Comparing base (c59fe6f) to head (ded44f1).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
.../provider/metadata/SqlMetadataServiceProvider.java 40.00% 3 Missing ⚠️
...npoint/bootstrap/config/DefaultProfilerConfig.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11450      +/-   ##
============================================
- Coverage     37.11%   37.10%   -0.02%     
- Complexity    12170    12177       +7     
============================================
  Files          4008     4012       +4     
  Lines         98494    98553      +59     
  Branches      10437    10441       +4     
============================================
+ Hits          36553    36565      +12     
- Misses        58961    59005      +44     
- Partials       2980     2983       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kojandy kojandy marked this pull request as ready for review September 4, 2024 04:50
@kojandy kojandy merged commit 9746399 into pinpoint-apm:master Sep 4, 2024
3 checks passed
@kojandy kojandy deleted the push-luxxmsrnuswn branch September 4, 2024 04:51
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.

Trim long SQL before sending SqlMetaData to collector
1 participant