prometheus/model/labels
Łukasz Mierzwa 08262454a3
Preallocate Labels in labels.Builder (#10749)
This tries to avoid re-allocations of labels slice since we know possible max size

Signed-off-by: Łukasz Mierzwa <l.mierzwa@gmail.com>
2022-05-25 16:22:47 +02:00
..
labels.go Preallocate Labels in labels.Builder (#10749) 2022-05-25 16:22:47 +02:00
labels_test.go Compare equality of label.Label structs directly (#10427) 2022-03-15 00:30:04 +01:00
matcher.go
matcher_test.go
regexp.go Allow downstream projects to use faster regexp (#10251) 2022-02-08 11:03:20 +01:00
regexp_test.go Allow downstream projects to use faster regexp (#10251) 2022-02-08 11:03:20 +01:00
test_utils.go