Skip to content

Conversation

@bharath-123
Copy link
Contributor

@bharath-123 bharath-123 commented Jan 3, 2025

We add the following metrics to auctioneer:

  1. optimisticBlockHeight: This is a gauge which captures the current latest height of the optimistic block
  2. txsStreamedCount: This is a counter which captures the number of txs which have been streamed to the auctioneer.
  3. successfulUnbundledAllocations: This is a gauge which captures the number of allocations which have been successfully unbundled
  4. allocationsWithInvalidPrevBlockHash: This is a gauge which captures the number of allocations which have failed with because the previous block hash specified in the allocation does not match the block on top of which the allocation is to be applied.
  5. allocationsWithInvalidPubKey: This is a gauge which captures the number of allocations which have failed because the public key specified in the allocation does not match the auctioneer public key specified in genesis
  6. allocationsWithInvalidSignature: This is a gauge which captures the number of allocations which have failed because the signature in the allocation is invalid.
  7. allocationUnbundlingTimer: This is a timer which captures the amount of time it takes to unbundle the allocations.

@bharath-123 bharath-123 changed the title Trusted Builder: Add initial set of metrics for auctioneer feat: Trusted Auctioneer: Add initial set of metrics for auctioneer Jan 3, 2025
@bharath-123 bharath-123 marked this pull request as ready for review January 3, 2025 10:40
@bharath-123 bharath-123 force-pushed the bharath/add-auctioneer-metrics branch from 64dae23 to 64eaec7 Compare January 6, 2025 06:53
@bharath-123 bharath-123 force-pushed the bharath/code-cleanups branch from 3c9c875 to 0b92dde Compare January 9, 2025 10:07
@bharath-123 bharath-123 force-pushed the bharath/add-auctioneer-metrics branch from 64eaec7 to d469e51 Compare January 9, 2025 10:11
@bharath-123 bharath-123 force-pushed the bharath/code-cleanups branch from 0b92dde to b6e5401 Compare January 13, 2025 17:59
@bharath-123 bharath-123 force-pushed the bharath/add-auctioneer-metrics branch from fa8f463 to 3284998 Compare January 13, 2025 18:00
@bharath-123 bharath-123 merged commit d5628b5 into bharath/code-cleanups Jan 13, 2025
@bharath-123 bharath-123 mentioned this pull request Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants