Skip to content

Conversation

@mbjorkqvist
Copy link
Contributor

Add some metrics for performance analysis to the bitcoin adapter:

  • response_build_duration_seconds: Time to build the GetSuccessors response
  • response_blocks_size_bytes: Total size of blocks in the GetSuccessors response
  • message_processing_duration_seconds: Time to process each Bitcoin network message type (labeled by message type)
  • block_processing_duration_seconds: Time to process (deserialize and validate) received blocks
  • block_received_size_bytes: Size of blocks received from the Bitcoin network

@github-actions github-actions bot added the feat label Jan 19, 2026
@mbjorkqvist mbjorkqvist requested review from THLO and lpahlavi January 19, 2026 16:33
@mbjorkqvist mbjorkqvist marked this pull request as ready for review January 21, 2026 10:45
@mbjorkqvist mbjorkqvist requested review from a team as code owners January 21, 2026 10:45
@mbjorkqvist mbjorkqvist removed the @dre label Jan 21, 2026
@mbjorkqvist mbjorkqvist removed the request for review from a team January 21, 2026 10:49
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.

1 participant