Commit Graph

23 Commits (c4a75f9eb3fcf83b662918170b3167b5d782e5a5)

Author SHA1 Message Date
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Sofia Papagiannaki d135f1229d
Alerting: new min_interval_seconds options to enforce a minimum eval frequency (#21188) 5 years ago
Kyle Brandt 364d2358d8
alerting: add lock on job to prevent a race condition (#18218) 6 years ago
Carl Bergquist d8736a2547
Alerting: golint fixes for alerting (#17246) 6 years ago
Carl Bergquist bd5bcea5d0
alerting: fix a bunch of lint issues. (#17128) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Karsten Weiss 4d87cb03c5 Simplify make() (gosimple) 7 years ago
Mario Trangoni 91fb2e07ce pkg: fix codespell issues 7 years ago
bergquist 3ea66ebe3f fix(alerting): remove possible divide by zero panic 9 years ago
bergquist 19427b59f9 feat(alerting): do not enqueue paused rules 9 years ago
bergquist 77783c02cd fix(alerting): dont log null series 9 years ago
Torkel Ödegaard 4c5461d4ba feat(alerting): alerting scheduling distribution, only distibutes it on seconds for now, not sub second distribution, #5854 9 years ago
Torkel Ödegaard 357358898d feat(annotations): working on alert annotations, #5694 9 years ago
Torkel Ödegaard 717cce014b feat(alerting): refactoring 9 years ago
Torkel Ödegaard ae5f8a76d9 feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification 9 years ago
Torkel Ödegaard 71c1c0ab65 feat(alerting): trying to get things to work with new model 9 years ago
bergquist 0c69c5afb1 test(alerting): fixes broken unittests 9 years ago
bergquist ef35184a80 feat(alerting): rename alertrule model to alertruleDAO 9 years ago
Torkel Ödegaard 34e17f7282 feat(alerting): requests looks to be working again 9 years ago
Torkel Ödegaard d1acfb4494 feat(alerting): minor progress 9 years ago
Torkel Ödegaard 7a34c129fe feat(alerting): things are compiling and tests pass 9 years ago
Torkel Ödegaard 0cbf4ae773 feat(alerting): began work on splitting scheduler into scheduler and engine 9 years ago
Torkel Ödegaard a191b9b1cf feat(alerting): moved alerting models back to alerting package, models is more for storage dtos 9 years ago
bergquist 2cf797b567 tech(alerting): minor refactoring and code style 9 years ago
bergquist eab81a7781 style(alerting): go lint fixes 9 years ago
bergquist 50d98b161c feat(alerting): adds support for retries 9 years ago
bergquist 68f01d57d3 tech(alerting): use range in loops when possible 9 years ago
bergquist cc65dd8bcf tech(alerting): use pointers for updating alertjobs 9 years ago
bergquist 910253bc42 tech(alerting): remove datasource ref from alertjob 9 years ago
bergquist 4e1f801f6c feat(alerting): add serie name to failed alert description 9 years ago
bergquist 76758d270f feat(alerting): set basic description text of status ok 9 years ago
bergquist 338fdcb576 feat(alerting): add copy of AlertRule to AlertResult 9 years ago
bergquist d1daa2c817 style(alerting): give better info about actual value 9 years ago
bergquist b75631e021 chore(alerting): move alert result to models 9 years ago
bergquist 1498db11a9 feat(alerting): extracts alert rule reading 9 years ago
bergquist 51511dd654 feat(alerting): save alert state 9 years ago
bergquist 422234d03a feat(alerting): abstract graphite from executor 9 years ago
bergquist 3d66ec816d chore(alerting): minor refactoring 9 years ago
bergquist 957cb407c5 feat(alerting): naiv graphite executor 9 years ago
bergquist 0f58f8a679 feat(alerting): add timeout handler for check execution 9 years ago
bergquist 448ee5812c feat(alerting): make sure the map contains the responding alert 9 years ago
bergquist 7229fb7a76 tech(alerting): change from array to map 9 years ago
bergquist 77ec575b46 tech(alerting): fixes broken unit-tests 9 years ago
bergquist 9d500df2bb chore(alerting): remove redundant code 9 years ago
bergquist 9f8c67e352 feat(alerting): only start unfinnished jobs 9 years ago
bergquist cb21bf41b0 tech(alerting): split code into different files 9 years ago
bergquist b496b6a252 test(alerting): add test for alertjob selection 9 years ago
bergquist 4fce82344e feat(alerting): async exeuction on a shoestring 9 years ago
bergquist f95fa51322 feat(alerting): make rule execution async 9 years ago
bergquist a7fcb3a2cc feat(alerting): add dummie executor 9 years ago