yurishkuro/microsim

Allow errors to be treated as transient

Open

#19 aperta il 2 lug 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (13 fork)auto 404
help wanted

Metriche repository

Star
 (66 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently the HotROD trace from microsim looks like this:

In contrast, the real trace only has errors in the Redis call leaves, but the parent requests are not marked as errored, because the Redis errors are considered non-fatal.

microsim should have an option to not bubble up child errors to the parent.

Guida contributor