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

Adds the listener for resource utilization metrics #687

Merged
merged 8 commits into from
Jul 23, 2024

Fixes the failing test

6899623
Select commit
Loading
Failed to load commit list.
Merged

Adds the listener for resource utilization metrics #687

Fixes the failing test
6899623
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

70.95% (+0.07%) compared to 9cb092f

View this Pull Request on Codecov

70.95% (+0.07%) compared to 9cb092f

Details

Codecov Report

Attention: Patch coverage is 72.54902% with 70 lines in your changes missing coverage. Please review.

Project coverage is 70.95%. Comparing base (9cb092f) to head (6899623).
Report is 1 commits behind head on main.

Files Patch % Lines
...listener/RTFPerformanceAnalyzerSearchListener.java 64.39% 42 Missing and 5 partials ⚠️
...RTFPerformanceAnalyzerTransportRequestHandler.java 65.21% 11 Missing and 5 partials ⚠️
...performanceanalyzer/PerformanceAnalyzerPlugin.java 33.33% 2 Missing ⚠️
...analyzer/config/PerformanceAnalyzerController.java 0.00% 1 Missing ⚠️
...er/listener/PerformanceAnalyzerSearchListener.java 80.00% 0 Missing and 1 partial ⚠️
...rt/PerformanceAnalyzerTransportRequestHandler.java 80.00% 0 Missing and 1 partial ⚠️
...nsport/RTFPerformanceAnalyzerTransportChannel.java 97.91% 0 Missing and 1 partial ⚠️
...rt/RTFPerformanceAnalyzerTransportInterceptor.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #687      +/-   ##
============================================
+ Coverage     70.88%   70.95%   +0.07%     
- Complexity      421      478      +57     
============================================
  Files            49       53       +4     
  Lines          3125     3377     +252     
  Branches        194      217      +23     
============================================
+ Hits           2215     2396     +181     
- Misses          785      844      +59     
- Partials        125      137      +12     

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