Commit Graph

409 Commits (add-chunkiterator-interface)

Author SHA1 Message Date
Fabian Reinartz b0adfea8d5 Fix swapped constants, improve instrumentation 10 years ago
Fabian Reinartz a8c38c3ac5 Don't log rule evaluation failure on shutdown 10 years ago
Fabian Reinartz 6eee86dce8 Terminate rule groups during initial sleep 10 years ago
Fabian Reinartz 26eb3ac2f8 Don't skip recording rule errors 10 years ago
Fabian Reinartz 37d80c4b25 Fix premature rule evaluation 10 years ago
Fabian Reinartz 0cf3c6a9ef Add comments, rename a method 10 years ago
Fabian Reinartz bf6abac8f4 Send resolved notifications 10 years ago
Fabian Reinartz f69e668fc4 Improve rules/ instrumentation 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 e4fabe135a Set StartsAt to time of first firing state 10 years ago
Fabian Reinartz 7c90db22ed Use annotation based alerts in rules/ 10 years ago
Fabian Reinartz e114ce0ff7 Refactor notification handler 10 years ago
Fabian Reinartz e3b6ec9784 Switch to common/log 10 years ago
Fabian Reinartz 171f50706a Fix unkeyed field errors. 10 years ago
Brian Brazil 3bcdb2bbba rules: Allow for setting labels on LHS on scalars 10 years ago
Julius Volz 995d3b831d Fix most golint warnings. 10 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 10 years ago
Brian Brazil fdf0d0642e Cast value to float, as that's what the console templates expect. 10 years ago
Fabian Reinartz 438e232c9b Fix grouping of import blocks 10 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 10 years ago
Brian Brazil e6a67476c2 rules: Allow recorded rules expressions to be scalars. 10 years ago
Fabian Reinartz 7a67472fc1 Resolve relative paths on configuration loading 11 years ago
Fabian Reinartz feb8a03503 rules: load rule files relative to a base dir 11 years ago
Julius Volz fcff35b43e Consolidate external reachability flags into one. 11 years ago
Fabian Reinartz f06cf664e1 rules: cleanup alerting test 11 years ago
Fabian Reinartz 9bd4f6d017 rules: preserve alert state across reloads. 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
Julius Volz d868264bb8 Improve UI of /alerts page. 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 75c920c95e Remove DotGraph method from Rule interface 11 years ago
Fabian Reinartz 83d07516e8 Remove EvalRaw methods from Rule interface 11 years ago
Fabian Reinartz 280d11dca8 main: exit on invalid rule files on startup. 11 years ago
Fabian Reinartz 0de6edbdfc Move pkg/ to util/ 11 years ago
Fabian Reinartz 02717e6fde Remove generic set type 11 years ago
Fabian Reinartz dbc0d30e3e Move string functionality to pkg/strutil 11 years ago
Fabian Reinartz f45a5cab60 Move templates package to pkg/template 11 years ago
Fabian Reinartz c44ac7bc26 Load rule files from entire directories 11 years ago
Julius Volz d7c015c149 Convert pathPrefix to not have trailing slash. 11 years ago
Julius Volz ff53d10849 Fix double slash in GeneratorURL sent to alertmanager. 11 years ago
Julius Volz 267fd34156 Switch Prometheus to use github.com/prometheus/log. 11 years ago
Mitsuhiro Tanda 3e914a8cb1 fix graph links with path prefix 11 years ago
Fabian Reinartz bb540fd9fd Implement config reloading on SIGHUP. 11 years ago
Fabian Reinartz 5fbde88919 Switch config to YAML format. 11 years ago
Fabian Reinartz b5a8f7b8fa Cleanup, test, and document config. 11 years ago
Fabian Reinartz fe935179cd Stop routing rule statements through the engine. 11 years ago
Fabian Reinartz 479891c9be Rename RuleManager to Manager, remove interface. 11 years ago
Fabian Reinartz 25cdff3527 Remove `name` arg from `Parse*` functions, enhance parsing errors. 11 years ago