prometheus/storage/remote
Callum Styan 788dfc8cb4 fix minor lint issue + use labels Range function since it looks like
the tests fail to do `range labels.Labels` on CI

Signed-off-by: Callum Styan <callumstyan@gmail.com>
2023-11-23 11:55:56 -08:00
..
azuread Added Azure OAuth support (#12572) 2023-10-04 22:16:36 -04:00
otlptranslator Unit tests for native histograms (#12668) 2023-08-25 23:35:42 +02:00
chunked.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 2022-07-01 18:59:50 +02:00
chunked_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
client.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00
client_test.go remote-write: TestClientRetryAfter status code 500 2023-09-20 10:25:43 +00:00
codec.go more cleanup, mostly linting fixes 2023-11-20 17:28:05 -08:00
codec_test.go fix test panic 2023-11-23 11:32:45 -08:00
ewma.go style: Replace else if cascades with switch 2023-04-19 17:22:31 +02:00
intern.go remove all code from previous interning approach 2023-11-09 17:00:16 -03:00
intern_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
max_timestamp.go Remote: Do not collect non-initialized timestamp metrics (#8060) 2020-10-15 23:53:59 +02:00
metadata_watcher.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 2022-07-01 18:59:50 +02:00
metadata_watcher_test.go (storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 2022-07-01 18:59:50 +02:00
queue_manager.go fix minor lint issue + use labels Range function since it looks like 2023-11-23 11:55:56 -08:00
queue_manager_test.go fix minor lint issue + use labels Range function since it looks like 2023-11-23 11:55:56 -08:00
read.go Add warnings (and annotations) to PromQL query results (#12152) 2023-09-14 18:57:31 +02:00
read_handler.go Update exp package (#12650) 2023-09-21 22:53:51 +02:00
read_handler_test.go Add a chunk size limit in bytes (#12054) 2023-08-24 15:21:17 +02:00
read_test.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00
storage.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00
storage_test.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00
write.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00
write_handler.go more cleanup, mostly linting fixes 2023-11-20 17:28:05 -08:00
write_handler_test.go more cleanup, mostly linting fixes 2023-11-20 17:28:05 -08:00
write_test.go refactor new version flag to make it easier to pick a specific format 2023-11-13 15:41:01 -08:00