There was an error while loading. Please reload this page.
1 parent 1660773 commit 82b92c3Copy full SHA for 82b92c3
1 file changed
docs/content/docs/auditing.md
@@ -182,7 +182,11 @@ for the other's job:
182
emission_seq)` is a total order across restarts. Detecting loss of the *tail*
183
of a previous epoch (a crash between emit and persist) is not possible from
184
the counters alone — that is what a durable sink (an append-only ledger) is
185
- for.
+ for. **Assumption:** the host clock does not step backward across a restart
186
+ (an NTP correction or VM snapshot restore). Because `epoch` is boot-time,
187
+ a non-increasing value would make two boots share one chain scope; if you
188
+ need strict monotonicity regardless of the clock, back it with a persisted
189
+ counter or a ULID instead.
190
191
### Destinations
192
0 commit comments