prometheus/model/labels
Oleg Zaytsev b7b4355807
Use bytes.Buffer from stack buf in Matcher.String()
Also removed the growing until there's a benchmark for that.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
2024-05-09 10:00:24 +02:00
..
labels_common.go
labels_dedupelabels.go
labels_stringlabels.go Improve readability 2024-03-18 11:16:09 +01:00
labels_test.go golangci-lint: enable usestdlibvars linter 2024-04-08 19:26:23 +00:00
labels.go [BUGFIX] labels: don't modify original labels in DropMetricName (#13845) 2024-03-27 10:35:17 +00:00
matcher_test.go Quote label name in matchers when needed 2024-05-08 16:58:51 +02:00
matcher.go Use bytes.Buffer from stack buf in Matcher.String() 2024-05-09 10:00:24 +02:00
regexp_test.go Fix FastRegexMatcher matching multibyte runes with . (#14059) 2024-05-07 16:33:37 +02:00
regexp.go Fix FastRegexMatcher matching multibyte runes with . (#14059) 2024-05-07 16:33:37 +02:00
sharding_dedupelabels.go
sharding_stringlabels.go
sharding_test.go
sharding.go
test_utils.go