prometheus/storage
Julius Volz 33c1171b9c Don't add anchoring to exported Value matcher field
Instead, just make the anchoring part of the internal regex. This helps because
some users will want to read back the `Value` field and expect it to be the
same as the input value (e.g. some tests in Cortex), or use the value in
another context which is already expected to add its own anchoring, leading to
superfluous double anchoring (such as when we translate matchers into remote
read request matchers).
2017-10-10 10:10:21 -07:00
..
remote Fix leak of ticker in remote storage queue manager. 2017-10-09 19:44:03 +01:00
tsdb Don't add anchoring to exported Value matcher field 2017-10-10 10:10:21 -07:00
buffer.go Fix error where we look into the future. (#2829) 2017-06-13 07:22:27 +02:00
buffer_test.go Fix error where we look into the future. (#2829) 2017-06-13 07:22:27 +02:00
fanout.go Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00
fanout_test.go Add unit test for the merging on the read path. 2017-07-13 11:05:38 +01:00
interface.go Re-add contexts to storage.Storage.Querier() (#3230) 2017-10-04 21:04:15 +02:00