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

feat: add congestion multiplier metric #17286

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MiroslavGatsanoga
Copy link
Collaborator

Description:

Related issue(s):

Fixes #7003

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@MiroslavGatsanoga MiroslavGatsanoga added this to the v0.59 milestone Jan 9, 2025
@MiroslavGatsanoga MiroslavGatsanoga self-assigned this Jan 9, 2025
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (70c450e) 96090 68316 71.10%
Head commit (b382da3) 96101 (+11) 68325 (+9) 71.10% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17286) 13 13 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.24%. Comparing base (70c450e) to head (b382da3).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #17286      +/-   ##
============================================
- Coverage     67.24%   67.24%   -0.01%     
  Complexity    21991    21991              
============================================
  Files          2583     2584       +1     
  Lines         96307    96318      +11     
  Branches      10054    10054              
============================================
+ Hits          64763    64770       +7     
- Misses        27839    27841       +2     
- Partials       3705     3707       +2     
Files with missing lines Coverage Δ
...om/hedera/node/app/throttle/CongestionMetrics.java 100.00% <100.00%> (ø)
...dera/node/app/workflows/handle/HandleWorkflow.java 67.76% <100.00%> (+0.19%) ⬆️

... and 2 files with indirect coverage changes

Impacted file tree graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a gauge for congestion pricing metric
1 participant