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

Query insights plugin implementation #11903

Merged
merged 4 commits into from
Feb 6, 2024

refactor service for improving multithreading efficiency

df7381c
Select commit
Loading
Failed to load commit list.
Merged

Query insights plugin implementation #11903

refactor service for improving multithreading efficiency
df7381c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2024 in 0s

71.42% (target 70.00%)

View this Pull Request on Codecov

71.42% (target 70.00%)

Details

Codecov Report

Attention: 201 lines in your changes are missing coverage. Please review.

Comparison is base (a8dd6a0) 71.26% compared to head (df7381c) 71.42%.
Report is 9 commits behind head on main.

Files Patch % Lines
...search/repositories/fs/ReloadableFsRepository.java 31.03% 40 Missing ⚠️
...h/index/codec/fuzzy/FuzzyFilterPostingsFormat.java 85.44% 18 Missing and 5 partials ⚠️
...in/insights/core/service/QueryInsightsService.java 54.16% 17 Missing and 5 partials ⚠️
...plugin/insights/rules/model/SearchQueryRecord.java 51.16% 15 Missing and 6 partials ⚠️
...java/org/opensearch/index/shard/StoreRecovery.java 0.00% 18 Missing and 2 partials ⚠️
.../main/java/org/opensearch/index/IndexSettings.java 50.00% 10 Missing ⚠️
...lugin/insights/core/service/TopQueriesService.java 87.67% 4 Missing and 5 partials ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 38.46% 7 Missing and 1 partial ⚠️
...ndex/codec/fuzzy/IndexInputImmutableLongArray.java 46.15% 7 Missing ⚠️
.../org/opensearch/index/codec/fuzzy/BloomFilter.java 90.74% 2 Missing and 3 partials ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11903      +/-   ##
============================================
+ Coverage     71.26%   71.42%   +0.16%     
- Complexity    59413    59660     +247     
============================================
  Files          4927     4944      +17     
  Lines        279662   280322     +660     
  Branches      40656    40728      +72     
============================================
+ Hits         199311   200231     +920     
+ Misses        63725    63462     -263     
- Partials      16626    16629       +3     

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