mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-26 18:21:05 +01:00
[ENHANCEMENT] Relabeling: small speed-up of hashmod Code optimization: The relabel operation is used very frequently, and strconv.FormatInt() with better performance should be used.