Closed JeanetteBruno closed 3 years ago
Merging #556 (ed79bca) into master (cc7ebe6) will decrease coverage by
0.15%
. The diff coverage is64.00%
.:exclamation: Current head ed79bca differs from pull request most recent head a888036. Consider uploading reports for the commit a888036 to get more accurate results
@@ Coverage Diff @@
## master #556 +/- ##
==========================================
- Coverage 55.25% 55.10% -0.16%
==========================================
Files 120 119 -1
Lines 8616 8591 -25
==========================================
- Hits 4761 4734 -27
+ Misses 3343 3342 -1
- Partials 512 515 +3
Impacted Files | Coverage Δ | |
---|---|---|
cloud/cluster/state.go | 100.00% <ø> (+6.66%) |
:arrow_up: |
scheduler/scheduler/config/config.go | 50.00% <0.00%> (-2.55%) |
:arrow_down: |
scheduler/server/stateful_scheduler.go | 63.95% <16.66%> (+0.99%) |
:arrow_up: |
scheduler/server/cluster_state.go | 82.35% <70.58%> (-3.44%) |
:arrow_down: |
cloud/cluster/cluster.go | 76.66% <76.66%> (-15.93%) |
:arrow_down: |
cloud/cluster/fetch_cron.go | 85.18% <84.61%> (+12.45%) |
:arrow_up: |
cloud/cluster/node.go | 56.52% <0.00%> (ø) |
|
scheduler/domain/generators.go | 71.64% <0.00%> (+4.47%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update cc7ebe6...a888036. Read the comment docs.
eliminate subscribe fetcher/cluster/cluster_state/groupcache now operate as follows: fetcher
cluster
cluster_state
groupcache
Also added were metrics for tracking the various cluster update frequencies, fetch duration and fetch errors.
Also updated a number of fmt.Errorf() statements per go's conventions (don't start error messages with capital letter, nor ending punctuation)