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 more telemetry #2059

Merged
merged 21 commits into from
May 24, 2024

Merge branch 'master' into feat/improve-telemetry

416819a
Select commit
Loading
Failed to load commit list.
Merged

feat: add more telemetry #2059

Merge branch 'master' into feat/improve-telemetry
416819a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2024 in 0s

48.98% (-0.17%) compared to c6cde63

View this Pull Request on Codecov

48.98% (-0.17%) compared to c6cde63

Details

Codecov Report

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

Project coverage is 48.98%. Comparing base (c6cde63) to head (416819a).

Files Patch % Lines
tm2/pkg/telemetry/metrics/metrics.go 0.00% 123 Missing ⚠️
gno.land/pkg/sdk/vm/handler.go 0.00% 29 Missing ⚠️
tm2/pkg/bft/rpc/lib/server/handlers.go 9.67% 26 Missing and 2 partials ⚠️
gno.land/pkg/sdk/vm/keeper.go 64.28% 15 Missing ⚠️
tm2/pkg/bft/consensus/state.go 28.57% 10 Missing ⚠️
tm2/pkg/telemetry/init.go 0.00% 8 Missing ⚠️
tm2/pkg/bft/mempool/clist_mempool.go 41.66% 7 Missing ⚠️
tm2/pkg/p2p/switch.go 50.00% 4 Missing ⚠️
gno.land/cmd/gnoland/start.go 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2059      +/-   ##
==========================================
- Coverage   49.14%   48.98%   -0.17%     
==========================================
  Files         576      576              
  Lines       77616    77736     +120     
==========================================
- Hits        38148    38078      -70     
- Misses      36377    36568     +191     
+ Partials     3091     3090       -1     

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