Commit Graph

135 Commits (aed1d384a911e0931a587990ee76ec8b6b369d73)

Author SHA1 Message Date
Bjoern Rabenstein 8956faeccb Migrate to new client_golang.
10 years ago
Brian Brazil 960ede66dc Use html/template for console templates and add template libary support.
10 years ago
Brian Brazil e041c0cd46 Add console and alert templates with access to all data.
11 years ago
Bjoern Rabenstein ca6a4fccef Weed out our homegrown test.Tester.
11 years ago
Julius Volz 6297a405f2 Do not indent API JSON responses.
11 years ago
Julius Volz 01f652cb4c Separate storage implementation from interfaces.
11 years ago
Julius Volz d411a7d810 Allow reversing vector and scalar arguments in binops.
11 years ago
Julius Volz c7c0b33d0b Add regex-matching support for labels.
11 years ago
Bjoern Rabenstein 0a65b691cc Disallow ":" in identifiers, but still allow it in metric names.
11 years ago
Julius Volz 86fc13a52e Convert metric.Values to slice of values.
11 years ago
Julius Volz bc6ee6611e Rename persistence_adapter.go -> view_adapter.go
11 years ago
Julius Volz 3f226c9724 Rename {Scalar,Vector}Literal to {Scalar,Vector}Selector.
11 years ago
Bjoern Rabenstein 682cf6fc51 Simplify QueryAnalizer.Visit().
11 years ago
Bjoern Rabenstein fd63500ed3 Make rules/ast golint clean.
11 years ago
Björn Rabenstein 59febe771a Merge "Minor code cleanups."
11 years ago
Julius Volz c4adfc4f25 Minor code cleanups.
11 years ago
Julius Volz 7e9ecaac3a Add count_scalar() function.
11 years ago
Julius Volz 0378c2ca1f Nonexistent labels in BY-clauses shouldn't propagate to result.
11 years ago
Julius Volz 6dc36d0c3e Don't keep extra labels in aggregations by default.
11 years ago
Julius Volz 20bfaf80ab Merge "Display filename when encountering bad rule file."
11 years ago
Julius Volz 3bf3a555b2 Merge "add evalDuration histogram and ruleCount counter for rules"
11 years ago
Stuart Nelson b75adfebad add evalDuration histogram and ruleCount counter for rules
11 years ago
Julius Volz 77a79d1fc0 Display filename when encountering bad rule file.
11 years ago
Julius Volz fb44580110 Cleanup/fix program termination sequence.
11 years ago
Julius Volz 740d448983 Use custom timestamp type for sample timestamps and related code.
11 years ago
Julius Volz c7daedc840 Merge "Add scalar() function."
11 years ago
Julius Volz be8024e18c Add scalar() function.
11 years ago
Julius Volz 93a8d03221 Merge "Add alert-expression console links to notifications."
11 years ago
Julius Volz 1eb1ceac8c Add alert-expression console links to notifications.
11 years ago
Matt T. Proud 7db518d3a0 Abstract high watermark cache into standard LRU.
11 years ago
Julius Volz 0003027dce Add needed trailing spaces in logs.
11 years ago
Julius Volz aa5d251f8d Use github.com/golang/glog for all logging.
11 years ago
Julius Volz 3b970c5133 Add variable interpolation to notification messages.
11 years ago
Julius Volz 35ee2cd3cb Add alertmanager notification support to Prometheus.
11 years ago
Julius Volz 81f0b85013 Return [] instead of null for empty result vectors.
12 years ago
Julius Volz 64b0ade171 Swap rules lexer for much faster one.
12 years ago
Julius Volz d2da21121c Implement getValueRangeAtIntervalOp for faster range queries.
12 years ago
Matt T. Proud 30b1cf80b5 WIP - Snapshot of Moving to Client Model.
12 years ago
Julius Volz 8ee7947b1e Ensure metric name is dropped correctly from alert labels in UI.
12 years ago
Julius Volz 0226d1ac7a Implement alerts dashboard and expression console links.
12 years ago
Julius Volz ba29d07901 Show loaded rules in Status dashboard.
12 years ago
Julius Volz fc97e688c6 Improve printing of rules and expressions.
12 years ago
Julius Volz 74cb676537 Implement Stringer interface for rules and all their children.
12 years ago
Matt T. Proud 2c3df44af6 Ensure database access waits until it is started.
12 years ago
Julius Volz 51689d965d Add debug timers to instant and range queries.
12 years ago
Julius Volz adb87816f4 Put RuleManager concurrency in hands of caller, fix races.
12 years ago
Julius Volz 138334fb31 Fix handling of negative deltas for non-counter values.
12 years ago
Julius Volz 66d4620061 Don't assume delta has at least one sample per vector element.
12 years ago
Julius Volz 21c3be0814 Skip any empty range/boundary elements, not only nil ones.
12 years ago
Matt T. Proud c10780c966 Introduce telemetry for rule evaluator durations.
12 years ago