Commit Graph

4734 Commits (47538cf6cebbc143076043c5561d0f2a2c16ab6a)
 

Author SHA1 Message Date
Frederic Branczyk 47538cf6ce
Merge pull request #3747 from prometheus/sched-update-throttle
7 years ago
Frederic Branczyk 73e829137b
discovery: Cleanup ticker
7 years ago
Paddy Newman 568ecce421 Fix rendering issues with console templates. (#3744)
7 years ago
Ganesh Vernekar 66b0aa3b45 Fixed race condition in map iteration and map write in Discovery (#3735) (#3738)
7 years ago
Krasi Georgiev fe926e7829 update the discover tests
7 years ago
Julien Pivotto 8b20cb1e8d last config success time gauge: use SetToCurrentTime() (#3750)
7 years ago
Callum Styan 7dc05538f7 docs: SD implementations do not have to only send new/changed target groups (#3713)
7 years ago
Frederic Branczyk 46693444de
vendor: Update github.com/prometheus/tsdb
7 years ago
Frederic Branczyk cfa0253ed8
discovery: Schedule updates to throttle
7 years ago
Ben Kochie 40acc632bb
Merge pull request #3505 from rdemachkovych/ansible_prom2.0
7 years ago
Roman Demachkovych 8bfc611616 Remove not maintained roles
7 years ago
Frederic Branczyk 753f8c1071
Merge pull request #3733 from simonpasquier/update-vendor-tsdb
7 years ago
Simon Pasquier eb11d912bd vendor: update tsdb
7 years ago
zemek 8a01a0fbed Set consul server default to localhost:8500 (#3703)
7 years ago
Julius Volz 09e460a647
discovery: Rename file SD mtime metric (#3723)
7 years ago
Goutham Veeramachaneni 84e462ae24
Merge pull request #3722 from prometheus/reusable-rulefmt
7 years ago
Julius Volz 192e665317 rulefmt: Allow parsing from bytes instead of file
7 years ago
Julius Volz 953af2c089
promql: Make printer formatting less vintage (#3721)
7 years ago
Julius Volz 1e943fc10a
promql: Fix printing of empty without() (#3719)
7 years ago
Goutham Veeramachaneni 85f23d82a0
Merge pull request #3700 from Gouthamve/release-2.1
7 years ago
Goutham Veeramachaneni 14eb15fe45 *: release 2.1.0
7 years ago
Goutham Veeramachaneni 4b984d2378
Merge pull request #3705 from Gouthamve/update_tsdb
7 years ago
Goutham Veeramachaneni d982427aa8 vendor: update tsdb
7 years ago
Goutham Veeramachaneni ab7c54e2c8
Merge pull request #3698 from krasi-georgiev/scrape-config-reload-fix
7 years ago
Krasi Georgiev 910c22418c move cleanup and reload in ApplyConfig
7 years ago
Krasi Georgiev 719c579f7b refactor main execution reloadReady handling, update some comments
7 years ago
Krasi Georgiev ec26751fd2 use mutexes for the discovery manager instead of a loop as this was a stupid idea
7 years ago
Krasi Georgiev 0eafaf32d3 set the correct config reloading execution for scraper and notifier
7 years ago
Alexey Palazhchenko 85bef0d583 Add comment about samples order. (#3642)
7 years ago
Tom Wilkie f2c5399e39
Merge pull request #3561 from twiedenbein/master
7 years ago
Krasi Georgiev 97f0461e29 refactor the config reloading execution
7 years ago
Krasi Georgiev af58c1b452 replace state machine with mutex
7 years ago
Goutham Veeramachaneni a3de70ed19
Merge pull request #3638 from krasi-georgiev/notifier-reimplement-discovery
7 years ago
Frederic Branczyk 5cea27f06a
Merge pull request #3655 from Conorbro/dropped-target-fix
7 years ago
Krasi Georgiev 87a8fc24d5 fix the test
7 years ago
Krasi Georgiev 5260c650ec use the config hash for the map lookup
7 years ago
Krasi Georgiev 8369826808 comment to rethink the map reference for the notifier discovery
7 years ago
Krasi Georgiev 2e058b1c6f reload test
7 years ago
Krasi Georgiev 767faa44b6 fixed the tests
7 years ago
Krasi Georgiev d12e6f29fc discovery manager ApplyConfig now takes a direct ServiceDiscoveryConfig so that it can be used for the notify manager
7 years ago
Goutham Veeramachaneni b20a1b1b1b
Merge pull request #3654 from krasi-georgiev/discovery-handle-discoverer-updates
7 years ago
Krasi Georgiev 790cf30fcb remove uneeded check
7 years ago
Krasi Georgiev 38938ba493 comment nits
7 years ago
Krasi Georgiev a535c8d1b4 simplify the pool cleanup
7 years ago
Krasi Georgiev a981b51900 The config map was never reset on applying a new config
7 years ago
Krasi Georgiev e4ddffcc6e run staticcheck in travis (#3682)
7 years ago
Krasi Georgiev 4be9a40b89 fatalf is not thread safe so using panic instead (#3680)
7 years ago
Krasi Georgiev febebcd49a more comments for the future ME, and reverted the Discovery manager execution changes as these were correct in the first place
7 years ago
Krasi Georgiev 78ba5e62a6 few mote usefull comments
7 years ago
Krasi Georgiev cabce21b70 delete empty targets sets to avoid memory leaks
7 years ago