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

[#12025] Refactor AgentStatDataPoint interface #12164

Merged
merged 1 commit into from
Mar 14, 2025

[#12025] Refactor AgentStatDataPoint interface

135270d
Select commit
Loading
Failed to load commit list.
Merged

[#12025] Refactor AgentStatDataPoint interface #12164

[#12025] Refactor AgentStatDataPoint interface
135270d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 14, 2025 in 1s

33.40% (+0.09%) compared to 61f1671

View this Pull Request on Codecov

33.40% (+0.09%) compared to 61f1671

Details

Codecov Report

Attention: Patch coverage is 0% with 213 lines in your changes missing coverage. Please review.

Project coverage is 33.40%. Comparing base (61f1671) to head (135270d).

Files with missing lines Patch % Lines
...collector/model/kafka/AgentStatModelConverter.java 0.00% 108 Missing ⚠️
...pector/collector/model/kafka/AgentStatBuilder.java 0.00% 12 Missing ⚠️
...npoint/common/server/bo/stat/DefaultDataPoint.java 0.00% 7 Missing ⚠️
.../navercorp/pinpoint/common/model/SortKeyUtils.java 0.00% 6 Missing ⚠️
...ector/mapper/grpc/stat/GrpcDataSourceBoMapper.java 0.00% 4 Missing ⚠️
...ctor/mapper/grpc/stat/GrpcTransactionBoMapper.java 0.00% 4 Missing ⚠️
...t/common/server/bo/stat/AbstractStatDataPoint.java 0.00% 4 Missing ⚠️
...rp/pinpoint/common/server/bo/stat/AgentStatBo.java 0.00% 4 Missing ⚠️
...ector/collector/dao/pinot/DefaultAgentStatDao.java 0.00% 4 Missing ⚠️
...ctor/mapper/grpc/stat/GrpcActiveTraceBoMapper.java 0.00% 3 Missing ⚠️
... and 26 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12164      +/-   ##
============================================
+ Coverage     33.31%   33.40%   +0.09%     
- Complexity    10580    10581       +1     
============================================
  Files          3857     3860       +3     
  Lines         91616    91374     -242     
  Branches       9829     9736      -93     
============================================
+ Hits          30520    30523       +3     
+ Misses        58457    58212     -245     
  Partials       2639     2639              

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.