prometheus/model
Bryan Boreham ee1157c14a labels: shrink stack arrays in Builder.Range
Go spends some time initializing all the elements of these arrays to
zero, so reduce the size from 1024 to 128. This is still much bigger
than we ever expect for a set of labels.

(If someone does have more than 128 labels it will still work, but via
heap allocation.)

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2023-03-22 17:14:43 +00:00
..
exemplar Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
histogram Change nested ifs to a switch 2023-03-14 14:22:20 -06:00
labels labels: shrink stack arrays in Builder.Range 2023-03-22 17:14:43 +00:00
metadata Introduce TSDB changes for appending metadata to the WAL (#10972) 2022-07-19 10:58:52 +02:00
relabel relabel: keep intermediate results in labels.Builder 2023-03-07 17:21:37 +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 Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00
value Move packages out of deprecated pkg directory 2021-11-09 08:03:10 +01:00