96 Commits (af77d5ef0bad5248904675e7d689449ff74705bb)

Author SHA1 Message Date
Bjoern Rabenstein af77d5ef0b Added a few missing implementations in index.go. 10 years ago
Julius Volz e7ed39c9a6 Initial experimental snapshot of next-gen storage. 10 years ago
Brian Brazil 5edf689133 Stagger scrapes to spread out load. 10 years ago
Bjoern Rabenstein 8956faeccb Migrate to new client_golang. 10 years ago
Brian Brazil e041c0cd46 Add console and alert templates with access to all data. 11 years ago
Julius Volz 01f652cb4c Separate storage implementation from interfaces. 11 years ago
Matt T. Proud 2064f32662 Clean up quitting behavior and add quit trigger. 11 years ago
Matt T. Proud 81367893fd Use idiomatic one-to-many one-time signal pattern. 11 years ago
Matt T. Proud 1d01435d4d Make curation semaphore behavior idiomatic. 11 years ago
Julius Volz 817d9b0e97 "go fmt" fixup. 11 years ago
Julius Volz 2279fcbac4 Compact everything to the same sample group size. 11 years ago
Julius Volz 61d26e8445 Add optional sample replication to OpenTSDB. 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
Matt T. Proud df2f9e47b8 Fix arguments for format string. 11 years ago
Matt T. Proud 33d6f73d18 Remove unused import. 11 years ago
Matt T. Proud 4a87c002e8 Update low-level i'faces to reflect wireformats. 11 years ago
Matt T. Proud 12d5e6ca5a Curation should not starve user-interactive ops. 11 years ago
Matt T. Proud 0d73b8f87e Adjust curation thresholds and intervals. 11 years ago
Julius Volz 1eb1ceac8c Add alert-expression console links to notifications. 11 years ago
Julius Volz 305662bfdd Handle SIGTERM in addition to SIGINT. 11 years ago
Matt T. Proud 972e856d9b Kill the curation state channel. 11 years ago
Julius Volz d69b85e6c9 Add global label support via Ingesters. 11 years ago
Matt T. Proud 417e6ffa0c Rename the queue arguments for another trial. 11 years ago
Matt T. Proud 014c5ef176 Move version to the bottom. 11 years ago
Matt T. Proud 13bfc6c120 Consolidate queue arguments in main. 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 ecf0ee8f39 Transfer alerting rule and Prometheus URL to alertmanager. 11 years ago
Matt T. Proud 9baaadfc53 Include forgotten interval. 11 years ago
Matt T. Proud 07ac921aec Code Review: First pass. 11 years ago
Matt T. Proud d8792cfd86 Extract HighWatermarking. 11 years ago
Julius Volz 35ee2cd3cb Add alertmanager notification support to Prometheus. 11 years ago
Matt T. Proud 30b1cf80b5 WIP - Snapshot of Moving to Client Model. 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
Matt T. Proud 2c3df44af6 Ensure database access waits until it is started. 12 years ago
Julius Volz adb87816f4 Put RuleManager concurrency in hands of caller, fix races. 12 years ago
Matt T. Proud 0d2d6e9a27 Include uptime in the status console. 12 years ago
Matt T. Proud b063338ae6 Expand the in-memory arena size. 12 years ago
Bernerd Schaefer 63d9988b9c Drop unused writeMemoryInterval 12 years ago
Matt T. Proud b224251981 Simplify compaction and expose database sizes. 12 years ago
Matt T. Proud d538b0382f Include long-tail data deletion mechanism. 12 years ago
Julius Volz ce1ee444f1 Synchronous memory appends and more fine-grained storage locks. 12 years ago
Matt Proud 7f0d816574 Schedule the background compactors to run. 12 years ago
Julius Volz af7920126c Fix build errors and add default build step to "make". 12 years ago
Julius Volz 56324d8ce2 Make AST query storage non-global. 12 years ago
Matt T. Proud 3b9b1c6ab4 Define dependencies for web. stack concretely. 12 years ago
Matt T. Proud ce45787dbf Storage interface to TieredStorage. 12 years ago