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

fix: 修复ParameterMetric在生产环境导致的内存泄漏(请求对象继承ParamFlowArgument,包含sku等多个无限… #3391

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from

fix: 修复ParameterMetric在生产环境导致的内存泄漏(请求对象继承ParamFlowArgument,包含sku等多个无限…

9c93754
Select commit
Loading
Failed to load commit list.
Open

fix: 修复ParameterMetric在生产环境导致的内存泄漏(请求对象继承ParamFlowArgument,包含sku等多个无限… #3391

fix: 修复ParameterMetric在生产环境导致的内存泄漏(请求对象继承ParamFlowArgument,包含sku等多个无限…
9c93754
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2024 in 0s

45.89% (-0.02%) compared to dbd3c06

View this Pull Request on Codecov

45.89% (-0.02%) compared to dbd3c06

Details

Codecov Report

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

Project coverage is 45.89%. Comparing base (dbd3c06) to head (9c93754).
Report is 3 commits behind head on 1.8.

Files Patch % Lines
...ntinel/slots/block/flow/param/ParameterMetric.java 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                1.8    #3391      +/-   ##
============================================
- Coverage     45.90%   45.89%   -0.02%     
+ Complexity     2148     2145       -3     
============================================
  Files           431      431              
  Lines         12906    12910       +4     
  Branches       1728     1730       +2     
============================================
  Hits           5925     5925              
+ Misses         6281     6280       -1     
- Partials        700      705       +5     
Components Coverage Δ
sentinel-adapter 43.22% <ø> (ø)
sentinel-cluster 23.68% <ø> (-0.11%) ⬇️
sentinel-core 59.58% <ø> (-0.04%) ⬇️
sentinel-extension 46.28% <0.00%> (+0.14%) ⬆️
sentinel-logging 54.54% <ø> (ø)

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