mirror of https://github.com/prometheus/prometheus
Browse Source
The current implementation of `InternStrings` will only save memory when the whole set of labels is identical to one already seen, and this cannot happen in the one place it is called from in Prometheus, remote-write, which already detects identical series. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>pull/13492/head
Bryan Boreham
10 months ago
1 changed files with 2 additions and 4 deletions
Loading…
Reference in new issue