83 Commits (2673f94eb1e2435f904ede57b2796fb9cb209766)

Author SHA1 Message Date
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147) 2 years ago
Julien Pivotto 02f3297719
Split notifier select in 2 to ensure newer targets are used. (#10948) 2 years ago
Matthieu MOREL 80fbe1de96
refactor (package model): move from github.com/pkg/errors to 'errors' and 'fmt' packages (#10748) 2 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
DrAuYueng 69e309d202
Expose TargetsFromGroup/AlertmanagerFromGroup func and reuse this for (#9343) 3 years ago
Julien Pivotto 63b3e4e5ec
Enable HTTP2 again (#9398) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
Marco Pracucci 4da5c25ea4
Upgrade prometheus/common to v0.21.0 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Andy Bursavich 4e6a94a27d
Invert service discovery dependencies (#7701) 4 years ago
Javier Palomo Almena b58a613443
Replace sync/atomic with uber-go/atomic (#7683) 4 years ago
Boqin Qin f3c6d26781
notifier: forget unlock before return (#7133) 5 years ago
Simon Pasquier cccd542891
*: avoid missed Alertmanager targets (#6455) 5 years ago
johncming 83cda784d2 skip empty alerts. (#6444) 5 years ago
johncming a5a4214f31 notifier: return nil is better. (#5958) 5 years ago
johncming 1e51ba4d30 notifier: Remove redundant format conversions. (#5960) 5 years ago
Julius Volz b5c833ca21
Update go.mod dependencies before release (#5883) 5 years ago
Max Leonard Inden 41c22effbe
config&notifier: Add option to use Alertmanager API v2 6 years ago
beorn7 dd81912554 Add objectives to Summaries 6 years ago
Yao Zengzeng dbd7a7400e some minor fixes: (#5535) 6 years ago
Romain Baugue f2ca36e56a Exhaust every request body before closing it (#5166) (#5479) 6 years ago
Romain Baugue 95193fa027 Exhaust every request body before closing it (#5166) (#5479) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Tom Wilkie c7b3535997 Use pkg/relabelling in remote write. 6 years ago
Lv Jiawei b50ea4834f Fix typo in comment (#5061) 6 years ago
Bartek Płotka 62c8337e77 Moved configuration into `relabel` package. (#4955) 6 years ago
Ben Kochie c6399296dc
Fix spelling/typos (#4921) 6 years ago
Daniele Sluijters f25a6baedb remote: Set User-Agent header in requests (#4891) 6 years ago
Simon Pasquier ed19373a78
*: remove use of golang.org/x/net/context (#4869) 6 years ago
Daisy T 7d01ead689 change time.duration to model.duration for standardization (#4479) 6 years ago
Karsten Weiss d79d573f71 Fix spelling mistakes found by codespell (#4065) 7 years ago
Adam Shannon 809881d7f5 support reading basic_auth password_file for HTTP basic auth (#4077) 7 years ago
Conor Broderick 1fd20fc954 Add dropped alertmanagers to alertmanagers API (#3865) 7 years ago
Matt Bostock f0fd701309 Clarify notify metric descriptions (#2551) 7 years ago
Krasi Georgiev 7858745c04 rename structs for consistency 7 years ago
Krasi Georgiev 719c579f7b refactor main execution reloadReady handling, update some comments 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 d12e6f29fc discovery manager ApplyConfig now takes a direct ServiceDiscoveryConfig so that it can be used for the notify manager 7 years ago
Shubheksha Jalan ec94df49d4 Refactor SD configuration to remove `config` dependency (#3629) 7 years ago
Krasi Georgiev e405e2f1ea refactored discovery 7 years ago
Luke Overend 9532c2c700 Pass ams to go routine when sending alerts (#3284) 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Marc Sluiter 6a633eece1 Added go-conntrack for monitoring http connections (#3241) 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago
Chris Goller 42de0ae013 Use log.Logger interface for all discovery services 8 years ago
Frederic Branczyk 94e8b43aae
notifier: clone and not reuse LabelSet in AM discovery 8 years ago
Frederic Branczyk 0c96c4b157
notifier: expose metric for number of discovered alertmanagers 8 years ago