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 telemetry to measure time taken in begin/end block #631

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

puneet2019
Copy link
Member

Adds telemetry which checks the time taken in the beginblock function

@github-actions

This comment has been minimized.

@github-actions
Copy link

Coverage after merging puneet/telemetrylsibc into main

71.77%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
x/liquidstakeibc
   module_ibc.go100%100%8.93%..., 88, 89, 90, 91
   module.go100%100%54.32%..., 72, 73, 74, 99
   genesis.go100%100%100%
x/liquidstakeibc/keeper
   invariants.go100%100%100%
   unbonding.go100%100%100%
   icq.go100%100%94.26%..., 173, 39, 40, 41
   host_chain.go100%100%100%
   ica.go100%100%65.57%..., 71, 72, 73, 74
   ica_handlers.go100%100%32.42%..., 94, 95, 96, 97
   abci.go100%100%42.74%..., 79, 80, 81, 82
   msg_server.go100%100%61.09%..., 94, 95, 96, 97
   grpc_querier.go100%100%100%
   validator_unbonding.go100%100%100%
   hooks.go100%100%42.23%..., 732, 733, 734, 74
   ibc.go100%100%37.60%..., 91, 92, 93, 94
   user_unbonding.go100%100%100%
   migrations.go100%100%50%20, 21, 22
   icq_queries.go100%100%100%
   delegation_strategy.go100%100%100%
   deposit.go100%100%100%
   lsm_deposit.go100%100%100%
   keeper.go100%100%99.09%90, 91
x/liquidstakeibc/types
   genesis.go100%100%100%
   codec.go100%100%100%
   host_chain.go100%100%100%
   keys.go100%100%0%..., 95, 96, 98, 99
   liquidstakeibc.go100%100%100%
   params.go100%100%100%
   msgs.go100%100%95.89%..., 316, 317, 420, 421

@github-actions
Copy link

Coverage after merging puneet/telemetrylsibc into main

71.77%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
x/liquidstakeibc
   module.go100%100%54.32%..., 72, 73, 74, 99
   module_ibc.go100%100%8.93%..., 88, 89, 90, 91
   genesis.go100%100%100%
x/liquidstakeibc/keeper
   ica_handlers.go100%100%32.42%..., 94, 95, 96, 97
   ibc.go100%100%37.60%..., 91, 92, 93, 94
   host_chain.go100%100%100%
   delegation_strategy.go100%100%100%
   lsm_deposit.go100%100%100%
   abci.go100%100%42.74%..., 79, 80, 81, 82
   deposit.go100%100%100%
   migrations.go100%100%50%20, 21, 22
   grpc_querier.go100%100%100%
   hooks.go100%100%42.23%..., 732, 733, 734, 74
   keeper.go100%100%99.09%90, 91
   icq.go100%100%94.26%..., 173, 39, 40, 41
   user_unbonding.go100%100%100%
   icq_queries.go100%100%100%
   msg_server.go100%100%61.09%..., 94, 95, 96, 97
   ica.go100%100%65.57%..., 71, 72, 73, 74
   unbonding.go100%100%100%
   invariants.go100%100%100%
   validator_unbonding.go100%100%100%
x/liquidstakeibc/types
   liquidstakeibc.go100%100%100%
   genesis.go100%100%100%
   codec.go100%100%100%
   keys.go100%100%0%..., 95, 96, 98, 99
   msgs.go100%100%95.89%..., 316, 317, 420, 421
   host_chain.go100%100%100%
   params.go100%100%100%

@kruspy kruspy merged commit 3b9dd40 into main Sep 1, 2023
9 checks passed
@kruspy kruspy deleted the puneet/telemetrylsibc branch September 1, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants