mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-01 00:41:02 +01:00
* Labels: reduce allocations when creating from TSDB When reading the WAL, by passing references into the buffer we can avoid copying strings under `-tags stringlabels`. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>