Commit Graph

66 Commits (7c3dcb3702268e7b0a9055618a53f3ab43897ae2)

Author SHA1 Message Date
bergquist 7c3dcb3702 alerting: adds tests for the median reducer 7 years ago
Torkel Ödegaard ba67dc7689 changed to plain errors further down the alerting validation model so error did not get double wrapping in ValidationError 7 years ago
Jesse Tane 677117fb03 fix diff and percent_diff (#12515) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
Karsten Weiss f61e69ce75 Simplify comparison to bool constant (gosimple) 7 years ago
bergquist ec14fa58b5 alerting: add count_non_null reducer 8 years ago
coral 68ed4d45fa change pdiff to percent_diff for conditions 8 years ago
coral 9e48d54465 add diff and pdiff for conditions 8 years ago
bergquist ed661767f8 follow go idiom and return error as second param 8 years ago
bergquist 0229d28d64 remove unused structs 8 years ago
bergquist 057b8a6b2d improve error message for timeouts 8 years ago
Andrei Burd 3222677493 Datasource Print the received error (#9043) 8 years ago
bergquist 3827c0a69c tech(alerting): adds tags to alerting data model 8 years ago
bergquist c05bc0cb17 chore(vet): fixes invalid fmt.Sprintf format 8 years ago
Torkel Ödegaard d354f3a8af fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 8 years ago
bergquist ecdf1888c4 feat(alerting): removes pause per datasource 9 years ago
bergquist 4ef95cfd31 style(api): reduce code complexity 9 years ago
bergquist fb6aa0e026 feat(api): adds endpoint for mass pausing alerts 9 years ago
bergquist dd3060fdc3 feat(alerting): calculate avg of valid points 9 years ago
bergquist 2bdd2a59cb test(alerting): improve naming for test scenario 9 years ago
Carl Bergquist 2c7adccf12 Use cache for http.client in tsdb package. (#6833) 9 years ago
bergquist 6c9cf87080 feat(alerting): calculate avg of valid points 9 years ago
bergquist bdfb773a98 fix(alerting): fixes broken no_value evaluator 9 years ago
bergquist 6882dcfb99 feat(alerting): add backend support for median reducer 9 years ago
Torkel Ödegaard 62e8a039a1 refactor(alerting): refactoring PR for OR conditions, #6579 9 years ago
utkarshcmu dfb1b1918c Implemented operator based firiing in backend 9 years ago
utkarshcmu 841fb74b39 Reversed loop for last function 9 years ago
utkarshcmu 74632b5e98 Added last function for alerting conditions 9 years ago
bergquist 4af420f759 tech(alerting): refactor how evalhandler uses conditions 9 years ago
bergquist ff5d4e8e0c fix(alerting): temp fix for broken AND condition 9 years ago
Torkel Ödegaard b8b577eafb fix(spelling): minor spelling fix in alerting code 9 years ago
bergquist f609623abd style(influxdb): tidy up code 9 years ago
bergquist d8aa38fafe tech(influxdb): refactor and cleanup 9 years ago
bergquist d726f49a8c fix(notification): broken test notifications 9 years ago
bergquist 653a0502c4 tech(tsdb): add jsondata to tsdb datasource struct 9 years ago
Carl Bergquist c38f6ff182 Make alerting notifcations sync (#6158) 9 years ago
Torkel Ödegaard 8d5857661e refactor(tsdb): changed tsdb time series model to use null.Float instead of pointers 9 years ago
Torkel Ödegaard 3ecd96e682 feat(testdata): lots of work on new test data data source and scenarios 9 years ago
Torkel Ödegaard 34f15d92d0 feat(testdata): worked on testdata app 9 years ago
bergquist 887e236bce fix(rule): fixes rule reading bug 9 years ago
bergquist b856d7e193 fix(prometheus): remove timerange from context 9 years ago
bergquist c084145cba refactor(prometheus): add timerange to alert context 9 years ago
bergquist 4c88db3e43 feat(prometheus): add support for legend formatting 9 years ago
bergquist 43d8bd5a25 feat(prometheus): initial support for prometheus 9 years ago
bergquist 77783c02cd fix(alerting): dont log null series 9 years ago
bergquist 7b9099ef93 fix(query): requires all that all series are empty to set NoDataFound 9 years ago
bergquist 9511f89a22 fix(alerting): fixes bug in query conditions 9 years ago
bergquist bec099cd84 tech: remove unused files 9 years ago
bergquist 592ae5a39a tests(alerting): fixes broken tests. pointers and stuff 🤷 9 years ago
Torkel Ödegaard 50b41130ca feat(alerting): fixed s3 upload issue, progress on alerting on null/missing data, updated ini package to get the support for line continuations 9 years ago