You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/pkg/labels
Mateusz Gozdek 1a6c2283a3
Format Go source files using 'gofumpt -w -s -extra'
3 years ago
..
labels.go labels: Reduce allocated memory and latency of Hash method; Added tests. (#8025) 4 years ago
labels_test.go Format Go source files using 'gofumpt -w -s -extra' 3 years ago
matcher.go Use global string map for MatchType.String() (#9237) 3 years ago
matcher_test.go Use global string map for MatchType.String() (#9237) 3 years ago
regexp.go Don't do literal regex matching optimisation when case insensitive. (#8013) 4 years ago
regexp_test.go Testify: move to require (#8122) 4 years ago
test_utils.go