Skip to content

Commit 7d45568

Browse files
authored
Update metrics (#242)
1 parent 956dd0f commit 7d45568

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

espresso/docs/metrics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Non-errors that can indicate preconditions for a problem to occur:
6969
- New L2 unsafe blocks
7070
`"Inserted new L2 unsafe block"`
7171
- New L2 safe blocks
72-
`"Derivation complete: reached L2 block as safe"`
72+
`"safe head updated"`
7373

7474
### Recoverable Errors
7575

@@ -95,7 +95,8 @@ Events that need to raise urgent alerts as they indicate full chain stall:
9595
- New L2 unsafe blocks
9696
`"Inserted new L2 unsafe block"`
9797
- New L2 safe blocks
98-
`"Derivation complete: reached L2 block as safe"`
98+
Either `"safe head updated"` or `"Hit finalized L2 head, returning immediately"` with increasing
99+
L2 safe number. The former is the normal case, and the latter happens after a reset.
99100

100101
### Recoverable Errors
101102

0 commit comments

Comments
 (0)