Commit Graph

110 Commits (main)

Author SHA1 Message Date
SuperQ bc1bc5c118
Update sigv4 library
2 weeks ago
Alan Protasio c78d5b94af
Disallowing configure AM with the v1 api (#13883)
1 month ago
Ayoub Mrini d9a54284f5
Merge pull request #14987 from machine424/yafix
1 month ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log
2 months ago
machine424 83ee57343a
fix(notifier): stop dropping known alertmanagers on each ApplyConfig and waiting on SD to update them.
2 months ago
Bryan Boreham 5710ddf24f
[ENHANCEMENT] Alerts: remove metrics for removed Alertmanagers (#13909)
2 months ago
Arve Knudsen 250aa5031d Remove empty line
3 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1
3 months ago
Charles Korn 2dd07fbb1b
notifier: optionally drain queued notifications before shutting down (#14290)
5 months ago
Arve Knudsen d902116b41 Fix various linting errors
5 months ago
machine424 70beda092a fix(notifier): take alertmanagerSet.mtx before checking alertmanagerSet.ams in sendAll
5 months ago
machine424 690de487e2 chore(notifier): Split 'Run()' into two goroutines: one to receive target updates and trigger reloads and the other one to send notifications.
5 months ago
Bryan Boreham e1dd8e72df
Merge branch 'main' into merge-2.51.2-into-main
8 months ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter
8 months ago
Simon Pasquier 8bd6ae1b20 Notifier: fix deadlock when zero alerts
8 months ago
Bryan Boreham 8c4e4b72a8 Notifier: pass parameters to goroutine explicitly
9 months ago
Bryan Boreham 57c799132b Notifier: don't reuse payload after relabeling
9 months ago
Julien 88622cfa2c
Merge pull request #12551 from nabokihms/alertmanager-relabeling-config
9 months ago
TJ Hoplock 26b78da281 ci: use go1.21.0 fmt to make ci happy
1 year ago
TJ Hoplock 51d1d2cd96 feat: add AWS sigv4 support to alertmanager endpoints
1 year ago
m.nabokikh 9d8463339d Fixes according to the code review
1 year ago
m.nabokikh 39d008f94f Route different alerts to different alertmanagers
1 year ago
Bryan Boreham 3711339a7d Alerts: more efficient relabel on Send
2 years ago
Bryan Boreham c3f267d862 Alerts: more efficient generation of target labels
2 years ago
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder
2 years ago
Bryan Boreham b3ca791bfd Update package notifier for new labels.Labels type
2 years ago
Bryan Boreham 9619d3fd3b notifier: remove unused code
2 years ago
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 95193fa027 Exhaust every request body before closing it (#5166) (#5479)
6 years ago