Files
Eric Allam 8008ba7c4b feat(webapp): add task metadata cache resolution metrics
Emit a `task_meta_cache.resolve` counter on the trigger path, labeled by
lookup path (locked / current) and the source that satisfied it (cache /
replica / writer / miss). cache over total is the cache hit rate (its
inverse is coldness); writer over total is how often the read replica
returned empty for a row the primary had. Labels are bounded, with no
env / worker / slug ids.
2026-06-12 17:36:47 +01:00
..