Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(MetricName, TagSet, Timestamp) -> PartitionRowKey
Map metric name, tag set, and timestamp to a partitioned database row key using a fixed-duration time bucket.
Problem it solves
Unbounded continuous time-series data creates excessively wide rows, degrading storage engine read performance.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.