The Prometheus monitoring system and time series database.
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/storage
Arthur Silva Sens 55e34c8c5f Allow UTF-8 characters in metric and label names as opt-in feature (#15258) 2 years ago
..
remote Allow UTF-8 characters in metric and label names as opt-in feature (#15258) 2 years ago
buffer.go chore: fix function name in comment 2 years ago
buffer_test.go Unit test for regression in rate vs float and histogram mixup 2 years ago
errors.go Fix appendable: check whether last val was a histogram (#14613) 2 years ago
errors_test.go Fix appendable: check whether last val was a histogram (#14613) 2 years ago
fanout.go TSDB: Fix some edge cases when OOO is enabled (#14710) 2 years ago
fanout_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 years ago
generic.go
interface.go TSDB: Fix some edge cases when OOO is enabled (#14710) 2 years ago
interface_test.go Fix: chunkenc.MockSeriesIterator 2 years ago
lazy.go
memoized_iterator.go storage: add `AtT` method to `MemoizedSeriesIterator` 2 years ago
memoized_iterator_test.go storage: add `AtT` method to `MemoizedSeriesIterator` 2 years ago
merge.go fix(storage/mergeQuerier): copy the matcjers slice before passing it to queriers as 2 years ago
merge_test.go lint 2 years ago
noop.go Pass limit param as hint to storage.Querier 2 years ago
secondary.go Pass limit param as hint to storage.Querier 2 years ago
series.go Unit test for regression in rate vs float and histogram mixup 2 years ago
series_test.go chore: fix some function names 2 years ago