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

[#11310] Abbreviate sql in sql metadata if sql is too long #11311

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

kojandy
Copy link
Contributor

@kojandy kojandy commented Jul 31, 2024

Resolves #11310.

@kojandy kojandy self-assigned this Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

Attention: Patch coverage is 13.33333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 36.92%. Comparing base (7ebbfdf) to head (f6c3819).
Report is 14 commits behind head on master.

Files Patch % Lines
...int/collector/service/HbaseSqlMetaDataService.java 0.00% 6 Missing ⚠️
.../collector/service/HbaseSqlUidMetaDataService.java 0.00% 6 Missing ⚠️
...pinpoint/collector/config/CollectorProperties.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #11311   +/-   ##
=========================================
  Coverage     36.92%   36.92%           
- Complexity    12075    12081    +6     
=========================================
  Files          4011     4011           
  Lines         98268    98310   +42     
  Branches      10418    10429   +11     
=========================================
+ Hits          36285    36301   +16     
- Misses        59020    59042   +22     
- Partials       2963     2967    +4     

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

@kojandy kojandy force-pushed the push-noonslkmvloz branch from 27fe0e6 to f6c3819 Compare July 31, 2024 11:38
@kojandy kojandy marked this pull request as ready for review August 5, 2024 02:18
@kojandy kojandy merged commit 7467ee7 into pinpoint-apm:master Aug 5, 2024
2 of 3 checks passed
@kojandy kojandy deleted the push-noonslkmvloz branch August 5, 2024 10:46
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.

Abbreviate long SQL queries in SQL metadata
1 participant