prometheus/model
Bryan Boreham 1801cd4196 labels: small optimization to stringlabels
Add a fast path for the common case that a string is less than 127 bytes
long, to skip a shift and the loop.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-04-14 15:06:57 +00:00
..
exemplar
histogram Change nested ifs to a switch 2023-03-14 14:22:20 -06:00
labels labels: small optimization to stringlabels 2023-04-14 15:06:57 +00:00
metadata Introduce TSDB changes for appending metadata to the WAL (#10972) 2022-07-19 10:58:52 +02:00
relabel labels: simplify call to get Labels from Builder 2023-03-22 17:05:20 +00:00
rulefmt Add rulefmt tests 2023-01-19 10:44:35 +01:00
textparse Add Exemplars support for all time series 2023-03-03 17:09:17 -08:00
timestamp
value