- 04 Aug, 2020 5 commits
-
-
Julius Volz authored
Signed-off-by:
Julius Volz <julius.volz@gmail.com>
-
Hrishikesh Barman authored
Signed-off-by:
Hrishikesh Barman <hrishikeshbman@gmail.com>
-
Julien Pivotto authored
* Add support for user-friendly durations Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
Merge release-2.20 into the main branch after Consul fix
-
Björn Rabenstein authored
Consul: Reduce WatchTimeout to 2m and set it as timeout for requests
-
- 03 Aug, 2020 8 commits
-
-
Navaneesh Kumar authored
Signed-off-by:
Navaneesh Kumar <navaneeshkumarb@gmail.com>
-
Lars Nielsen authored
Updated documentation to include YAML example for file_sd_config Signed-off-by:
Lars Nielsen <nellemandela@gmail.com>
-
Robert-André Mauchin authored
See https://github.com/golang/go/issues/32479 Fix #7706. Signed-off-by:
Robert-André Mauchin <zebob.m@gmail.com>
-
Bartlomiej Plotka authored
tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) I did not want to move those in previous PR to make it easier to review. Now small cleanup time for readability. (: ## Changes * Merge series goes to `storage/merge.go` leaving `fanout.go` for just fanout code. * Moved `fanout test` code from weird separate package to storage. * Unskiped one test: TestFanout_SelectSorted/chunk_querier * Moved block series set codes responsible for querying blocks to `querier.go` from `compact.go` Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com>
-
Guangwen Feng authored
Signed-off-by:
Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
Julien Pivotto authored
* storage/remote: remove unused code now that tsdb implements ChunkQuerier Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu> * encodeChunks is unused too Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 02 Aug, 2020 3 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
- 01 Aug, 2020 1 commit
-
-
johncming authored
Signed-off-by:
johncming <johncming@yahoo.com>
-
- 31 Jul, 2020 6 commits
-
-
Julien Pivotto authored
The links fix makes the links point to the current version of the files, e.g. the relase branch. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
When I started wotking on target_limit, scrapeAndReport did not exist yet. Then I simply rebased my work without thinking. It appears that there is a lot that can be inline if I defer() the report. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
Now appenders take a context. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Bartlomiej Plotka authored
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) * tsdb: Added ChunkQueryable implementations to db; unified compactor, querier and fanout block iterating. Chained to https://github.com/prometheus/prometheus/pull/7059 * NewMerge(Chunk)Querier now takies multiple primaries allowing tsdb DB code to use it. * Added single SeriesEntry / ChunkEntry for all series implementations. * Unified all vertical, and non vertical for compact and querying to single merge series / chunk sets by reusing VerticalSeriesMergeFunc for overlapping algorithm (same logic as before) * Added block (Base/Chunk/)Querier for block querying. We then use populateAndTomb(Base/Chunk/) to iterate over chunks or samples. * Refactored endpoint tests and querier tests to include subtests. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Addressed comments from Brian and Beorn. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed snapshot test and added chunk iterator support for DBReadOnly. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed race when iterating over Ats first. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed tests. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed populate block tests. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed endpoints test. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed test. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Added test & fixed case of head open chunk. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed DBReadOnly tests and bug producing 1 sample chunks. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Added cases for partial block overlap for multiple full chunks. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Added extra tests for chunk meta after compaction. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed small vertical merge bug and added more tests for that. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com>
-
Frederic Branczyk authored
Add context to storage.Appendable interface
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
- 30 Jul, 2020 9 commits
-
-
johncming authored
* discovery: update k8s and swarm user agent. Signed-off-by:
johncming <johncming@yahoo.com>
-
Julien Pivotto authored
* Add per scrape-config targets limit Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Annanay authored
Signed-off-by:
Annanay <annanayagarwal@gmail.com>
-
Julien Pivotto authored
* Add warnings about NFS Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Javier Palomo Almena authored
* storage: Replace usage of sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * tsdb: Replace usage of sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * web: Replace usage of sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * notifier: Replace usage of sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * cmd: Replace usage of sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * scripts: Verify that we are not using restricted packages It checks that we are not directly importing 'sync/atomic'. Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * Reorganise imports in blocks Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * notifier/test: Apply PR suggestions Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * storage/remote: avoid storing references on newEntry Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * Revert "scripts: Verify that we are not using restricted packages" This reverts commit 278d32748e5ac4678fcebd0a70f77d60a9c53620. Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * web: Group imports accordingly Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com>
-
- 29 Jul, 2020 3 commits
-
-
Julien Pivotto authored
* Support tasks and service without published ports Mimics k8s discovery behaviour. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Joe Elliott authored
Signed-off-by:
Joe Elliott <number101010@gmail.com>
-
Ganesh Vernekar authored
Signed-off-by:
Ganesh Vernekar <cs15btech11018@iith.ac.in>
-
- 28 Jul, 2020 2 commits
-
-
Julien Pivotto authored
* DNS SD: add srv record target and port meta labels Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Javier Palomo Almena authored
* tsdb/chunks: Replace sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * tsdb/heaad: Replace sync/atomic with uber-go/atomic Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * vendor: Make go.uber.org/atomic a direct dependency There is no modifications to go.sum and vendor/ because it was already vendored. Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com> * tsdb: Remove comments referring to the sync/atomic alignment bug Related: https://golang.org/pkg/sync/atomic/#pkg-note-BUG Signed-off-by:
Javier Palomo <javier.palomo.almena@gmail.com>
-
- 27 Jul, 2020 2 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
* Add go leak tests for discoveries with goroutines Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu> * Add go leak tests in rules Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu> * Add go leak tests in scrape tests Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 25 Jul, 2020 1 commit
-
-
Julien Pivotto authored
* discovery: check for nil triton_sd_config Note: this was discovered thanks to the added test. The test is pretty low-level but also effective. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-