Commit Graph

147 Commits (5aa3d8260a7335a0da6946dea82f608cafa46c20)

Author SHA1 Message Date
Fabian Reinartz 7ccd4b39b8 *: implement query params 8 years ago
Brian Brazil 0a42a9fc8f Copy over rule group duration on reload. 8 years ago
Fabian Reinartz 62461379b7 rules: decouple notifier packages 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
Fabian Reinartz 83cd270ea4 *: adapt to storage interface changes 8 years ago
Jorge Hernández 6cd0f63eb1 Use testutil in rules subpackage (#3278) 8 years ago
Krasi Georgiev e86d82ad2d Fix regression of alert rules state loss on config reload. (#3382) 8 years ago
Brian Brazil cc5499fcad Only close after checking for err. 8 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 8 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 8 years ago
Goutham Veeramachaneni 507790a357
Rework logging to use explicitly passed logger 9 years ago
Goutham Veeramachaneni 8cca666cf2
Add file name to group. 9 years ago
Brian Brazil dcea3e4773 Don't append a 0 when alert is no longer pending/firing 9 years ago
Brian Brazil cc867dae60 Copy previous series and alert state more intelligently. 9 years ago
Brian Brazil 0451d6d31b Add unittest for rule staleness, and rules generally. 9 years ago
Julius Volz ac203ef0ee Add externalURL template function (#2716) 9 years ago
Fabian Reinartz e94b0899ee rules: fix tests, remove model types 9 years ago
Jonathan Lange 2a2da40223 Make rule evaluation publicly available 9 years ago
Julius Volz c187308366 storage: Contextify storage interfaces. 9 years ago
Julius Volz ed5a0f0abe promql: Allow per-query contexts. 9 years ago
Brian Brazil 6fc88d4b4d Remove __name__ from alerts sent to AM. 10 years ago
Brian Brazil 0509b0f2db Expand alert templates at eval time. 10 years ago
Tobias Schmidt f1f8317fa5 Fix detection of flapping alerts 10 years ago
Fabian Reinartz 62075aa037 Reduce noisy no-alertmanager warning 10 years ago
Fabian Reinartz 52e5224f5a Refactor rules/ package 10 years ago
Fabian Reinartz 7c90db22ed Use annotation based alerts in rules/ 10 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 10 years ago
Fabian Reinartz f06cf664e1 rules: cleanup alerting test 11 years ago
Fabian Reinartz 4625485b84 rules: move rules*.go contents to manager*.go 11 years ago
Fabian Reinartz 749ae450c5 promql: add runbook to alert statement. 11 years ago
Fabian Reinartz fe301d7946 promql: remove global flags 11 years ago
Fabian Reinartz 5e13880201 General cleanup of rules. 11 years ago
Fabian Reinartz 25cdff3527 Remove `name` arg from `Parse*` functions, enhance parsing errors. 11 years ago
Fabian Reinartz 3ca11bcaf5 Switch Prometheus to promql package. 11 years ago
Brian Brazil 6c1689f0c6 Sort NaN as the lowest value. 11 years ago
Brian Brazil c3a2b63fe9 Add stddev and stdvar aggregation functions. 11 years ago
Brian Brazil 74aed55e55 Add square root function 11 years ago
Fabian Reinartz 624f27f4b6 Add ln, log2, log10 and exp functions to the query language. 11 years ago
Julius Volz b2651027fc Fix special value handling in division and modulo. 11 years ago
beorn7 13fcf1ddbc Implement double-delta encoded chunks. 11 years ago
Fabian Reinartz 182de6b99f Fix unary +/- expressions. 11 years ago
Fabian Reinartz 6f754073d5 Add OR operation and vector matching options. 11 years ago
Julius Volz 0ac931aed1 Also support parsing float formats like "2.". 11 years ago
Julius Volz c2ab54e9a6 Support scientific notation and special float values. 11 years ago
beorn7 9e7c3e3bcd Add the histogram_quantile function. 11 years ago
Julius Volz 42601acfde Replace labelsToKey() with metric Fingerprint (fixes grouping bug). 11 years ago
Julius Volz 645cf57bed Fix aggregation grouping key calculation. 11 years ago
Julius Volz 15b2b5aa66 Add tests for invalid uses of "offset". 11 years ago
Julius Volz 72d7b325a1 Implement offset operator. 11 years ago