Commit Graph

238 Commits (4e4f0d4e41dd7b44cd91dbeea06762451ed2db7e)

Author SHA1 Message Date
Tom Wilkie 8acad5f3cd make it compile 8 years ago
Tom Wilkie e51d6c4b6c Make remote flush deadline a command line param. 8 years ago
Sneha Inguva c1a851074b promtool: add query instant and query range commands (#4085) 8 years ago
Mario Trangoni 464e747f1e fix some comments typos (#4059) 8 years ago
Sneha Inguva 7be846754a main: actor functionality comments 8 years ago
Marek Siarkowicz bb86c3f62b Report internal runtime information on status page (#3921) 8 years ago
James Turnbull ba5273a0ab Minor edits to help text (#3990) 8 years ago
Simon Pasquier e1fd96db25 cmd: fix help text (#3989) 8 years ago
ferhat elmas ffa673f7d8 General simplifications (#3887) 8 years ago
Bartek Plotka 93a63ac5fd api: Added v1/status/flags endpoint. (#3864) 8 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 8 years ago
Krasi Georgiev b75428ec19 rename package retrieve to scrape 8 years ago
Krasi Georgiev 7858745c04 rename structs for consistency 8 years ago
Krasi Georgiev acc4197098 remove dicovery race for the context field 8 years ago
Julien Pivotto 8b20cb1e8d last config success time gauge: use SetToCurrentTime() (#3750) 8 years ago
Simon Pasquier 81c0ab69e0 Don't reset FiredAt for inactive alerts 8 years ago
Krasi Georgiev 719c579f7b refactor main execution reloadReady handling, update some comments 8 years ago
Krasi Georgiev 0eafaf32d3 set the correct config reloading execution for scraper and notifier 8 years ago
Krasi Georgiev 97f0461e29 refactor the config reloading execution 8 years ago
Krasi Georgiev 5260c650ec use the config hash for the map lookup 8 years ago
Krasi Georgiev 8369826808 comment to rethink the map reference for the notifier discovery 8 years ago
Krasi Georgiev d12e6f29fc discovery manager ApplyConfig now takes a direct ServiceDiscoveryConfig so that it can be used for the notify manager 8 years ago
Shubheksha Jalan 0471e64ad1 Use shared types from the `common` repo (#3674) 8 years ago
Shubheksha Jalan ec94df49d4 Refactor SD configuration to remove `config` dependency (#3629) 8 years ago
Brian Brazil ecc24b554d
Hide block duration flags. (#3618) 8 years ago
Krasi Georgiev c94fa731aa bypass the proxy for the tests 8 years ago
Krasi Georgiev ad66476c4f fix flaky main.go test and simplify a bit 8 years ago
Krasi Georgiev 587dec9eb9 rebased and resolved conflicts with the new Discovery GUI page 8 years ago
Krasi Georgiev 1ec76d1950 rearange the contexts variables and logic 8 years ago
Krasi Georgiev 6ff1d5c51e add the scrape manager config reloader 8 years ago
Krasi Georgiev b0d4f6ee08 resolved merge confilc in main.go 8 years ago
Krasi Georgiev c5cb0d2910 simplify naming and API. 8 years ago
Krasi Georgiev 9c61f0e8a0 scrape pool doesn't rely on context as Stop() needs to be blocking to prevent Scrape loops trying to write to a closed TSDB storage. 8 years ago
Krasi Georgiev e405e2f1ea refactored discovery 8 years ago
pasquier-s 2440696961 Log file descriptor limits at startup (#3567) 8 years ago
Alberto Cortés 29da2fb9cd testutil: update to go1.9 testing.Helper 8 years ago
Alberto Cortés 8f6a9f7833 config: simplify tests by using testutil.NotOk (#3289) 8 years ago
Krasi Georgiev 740662644e write to temp dir and remove it at the end. 8 years ago
Brian Brazil b97f4cf48c Add metrics for rule group interval and last duration. 8 years ago
Krasi Georgiev 2c2a962da3 main.go integration test for Startup interrupting. 8 years ago
Goutham Veeramachaneni 823b7f90b3
Use the files globbed files and not the files in cfg 8 years ago
Fabian Reinartz 62461379b7 rules: decouple notifier packages 8 years ago
Fabian Reinartz 4d964a0a0d rules: make glob expansion a concern of main 8 years ago
Fabian Reinartz bd9f7460eb rules: remove config package dependency 8 years ago
Fabian Reinartz 2d0e3746ac rules: remove dependency on promql.Engine 8 years ago
Krasi Georgiev e2f4850fea Refactor main.go with oklog/pkg/group actors pattern 8 years ago
Thibault Chataigner fc4406201e Tsdb StartTime : Use a simplier way to compute StartTime 8 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 8 years ago
Julius Volz 9d43176ab3 Remove unused printVersion variable (#3335) 8 years ago
Julius Volz 82c5b98496 Capitalize Prometheus in startup message (#3332) 8 years ago