metrics-indexing-separates-write-key-from-read-matching

Status: IN

Metrics separates write-path identity (frozen tag sets as immutable hash-safe keys) from read-path flexibility (subset matching enables partial-tag queries without key enumeration).

Justifications

Frozen keys guarantee stable identity for storage while subset matching decouples query expressiveness from key structure

Depends on (SL): metrics-series-keyed-by-frozen-tags, metrics-tag-matching-is-subset

Depended on by

JSON