Skip to content

Commit

Permalink
Track lodestar published blocks after 1/3 of slot (#5124)
Browse files Browse the repository at this point in the history
* Track lodestar published blocks after 1/3 of slot

* Add bucket 3 and 3.5

* Update packages/beacon-node/src/metrics/metrics/lodestar.ts

---------

Co-authored-by: Cayman <caymannava@gmail.com>
  • Loading branch information
twoeths and wemeetagain authored Feb 12, 2023
1 parent 0ede2a1 commit 2042c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/beacon-node/src/metrics/metrics/lodestar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ export function createLodestarMetrics(
name: "validator_monitor_beacon_block_delay_seconds",
help: "The delay between when the validator should send the block and when it was received",
labelNames: ["src"],
buckets: [0.1, 0.25, 0.5, 1, 2, 5, 10],
// we also want other nodes to received our published before 4s so add bucket 3 and 3.5
buckets: [0.1, 0.25, 0.5, 1, 2, 3, 4, 6, 10],
}),

// Only for known
Expand Down

0 comments on commit 2042c3b

Please sign in to comment.