mirror of
https://github.com/prometheus/prometheus
synced 2026-04-24 02:56:33 +08:00
With this change the scraping caches series references and only allocates label sets if it has to retrieve a new reference. pkg/textparse is used to do the conditional parsing and reduce allocations from 900B/sample to 0 in the general case.