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/tsdb/index
Julien Pivotto 0f85e4f41d
Merge pull request #12539 from bboreham/slices-sorts
1 year ago
..
index.go Replace sort.Sort with faster slices.SortFunc 1 year ago
index_test.go Fix infinite loop in index Writer when a series contains duplicated label names 1 year ago
postings.go Replace sort.Slice with faster slices.SortFunc 1 year ago
postings_test.go Added 'limit' query parameter support to /api/v1/status/tsdb endpoint (#12336) 2 years ago
postingsstats.go Replace sort.Slice with faster slices.SortFunc 1 year ago
postingsstats_test.go Format Go source files using 'gofumpt -w -s -extra' 3 years ago