Skip to content

Instrument caches

Lambda requested to merge Lambda/grapevine-fork:instrument-caches into main

This adds extra fields to #[instrument] spans that record whether the relevant cache has been hit, missed, or whether there was nothing that could've been found to begin with. Should be useful for e.g. #14.

Merge request reports