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(zetaclient): add generic rpc metrics #2597

Merged
merged 4 commits into from
Aug 6, 2024

fmt

06db90a
Select commit
Loading
Failed to load commit list.
Merged

feat(zetaclient): add generic rpc metrics #2597

fmt
06db90a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 6, 2024 in 0s

70.55% (+0.00%) compared to eb61f2d

View this Pull Request on Codecov

70.55% (+0.00%) compared to eb61f2d

Details

Codecov Report

Attention: Patch coverage is 70.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 70.55%. Comparing base (eb61f2d) to head (06db90a).

Files Patch % Lines
zetaclient/metrics/metrics.go 78.94% 2 Missing and 2 partials ⚠️
zetaclient/orchestrator/bootstrap.go 50.00% 2 Missing and 1 partial ⚠️
zetaclient/chains/evm/signer/signer.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2597   +/-   ##
========================================
  Coverage    70.55%   70.55%           
========================================
  Files          335      335           
  Lines        18345    18373   +28     
========================================
+ Hits         12943    12963   +20     
- Misses        4821     4824    +3     
- Partials       581      586    +5     
Files Coverage Δ
zetaclient/chains/evm/signer/signer.go 51.17% <60.00%> (+0.18%) ⬆️
zetaclient/orchestrator/bootstrap.go 56.95% <50.00%> (-0.39%) ⬇️
zetaclient/metrics/metrics.go 76.74% <78.94%> (+1.74%) ⬆️