143 Commits (af77d5ef0bad5248904675e7d689449ff74705bb)

Author SHA1 Message Date
Julius Volz e7ed39c9a6 Initial experimental snapshot of next-gen storage. 10 years ago
Julius Volz 85497e3f38 Add function to drop common labels in a vector. 10 years ago
Julius Volz 3fdb74e571 Add more topk() / bottomk() tests. 10 years ago
Julius Volz c582ae73c2 Implement topk() and bottomk() functions. 10 years ago
Bjoern Rabenstein 1909686789 Make metrics exported by the Prometheus server itself more consistent. 10 years ago
Julius Volz 00b9489f1c Fix time() behavior. 10 years ago
Julius Volz c5984f1818 Add abs() and over-time aggregation functions. 10 years ago
Brian Brazil f525ca5d9e Let consoles get graph links from experssions. 10 years ago
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
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
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 be8024e18c Add scalar() function. 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
Matt T. Proud 2cc666be9d Code Review: Revert. 11 years ago
Matt T. Proud f4669a812c Extract index storage into separate types. 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. 11 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