632 Commits (558281890bfe8dcc8317c2046d3b20d494630331)
 

Author SHA1 Message Date
Julius Volz 558281890b Minor "go tool vet" cleanups 12 years ago
Matt T. Proud 757ab938db Merge pull request #286 from prometheus/optimize/avoid-stale-series 12 years ago
Julius Volz 7b9ee95030 Minor LevelDB watermark handling cleanups. 12 years ago
Julius Volz 84741b227d Use LRU cache to avoid querying stale series. 12 years ago
Julius Volz f98853d7b7 Fix type error in watermark list handling. 12 years ago
Matt T. Proud 6b2be5024e Merge pull request #279 from prometheus/refactor/storage-semaphore 12 years ago
Matt T. Proud ef1d5fd8a2 Introduce semaphores for tiered storage. 12 years ago
Matt T. Proud 0d46f6b42a Merge pull request #285 from prometheus/fix/storage/states 12 years ago
Matt T. Proud 819045541e Code Review: Make double-drain a panic. 12 years ago
Matt T. Proud e217a9fb41 Race Work: Make memory arena locks more coarse. 12 years ago
Matt T. Proud beaaf386e7 Add storage state guards and transition callbacks. 12 years ago
Matt T. Proud abb5353ade Merge pull request #283 from prometheus/feature/storage/consult-watermark 12 years ago
Matt T. Proud 52a1e50dda Merge pull request #284 from prometheus/refactor/storage/notify-when-available 12 years ago
Matt T. Proud 2c3df44af6 Ensure database access waits until it is started. 12 years ago
Matt T. Proud cbe2f3a7b1 Include LRU cache for fingerprint watermarks. 12 years ago
juliusv 115437ad1f Merge pull request #278 from prometheus/debug/query-timings 12 years ago
Julius Volz 51689d965d Add debug timers to instant and range queries. 12 years ago
Matt T. Proud c594d18f54 Merge pull request #282 from prometheus/fix/race/targetpool 12 years ago
Matt T. Proud d4db3cf00b Code Review: Last replacement wins. 12 years ago
Matt T. Proud 9cde48754b Fix race conditions in TargetPool. 12 years ago
Matt T. Proud d169e1d282 Merge pull request #281 from prometheus/feature/build/race-condition-binary 12 years ago
Matt T. Proud 2ee6e32847 Include race condition runner. 12 years ago
juliusv 95adf1958b Merge pull request #280 from prometheus/cleanup/rules-concurrency 12 years ago
Julius Volz adb87816f4 Put RuleManager concurrency in hands of caller, fix races. 12 years ago
Matt T. Proud 9215580488 Include race condition binary target. 12 years ago
juliusv 6c36beb764 Merge pull request #269 from prometheus/feature/view-tracing 12 years ago
Matt T. Proud 8339a189cb Code Review: Fix seriesPresent scope. 12 years ago
Matt T. Proud fe41ce0b19 Conditionalize disk initializations. 12 years ago
juliusv 97736a030a Merge pull request #277 from prometheus/feature/exporter-prefix 12 years ago
Julius Volz dcfd09c801 Prepend "exporter_" to labels that already exist in exported metrics. 12 years ago
juliusv d828b9c835 Merge pull request #276 from prometheus/fix/delta-noncounter-resets 12 years ago
Julius Volz 138334fb31 Fix handling of negative deltas for non-counter values. 12 years ago
Julius Volz a8468a2e5e Fix reversed disk flush cutoff behavior. 12 years ago
Julius Volz eb1f956909 Revert "Revert "Ensure that all extracted samples are added to view."" 12 years ago
juliusv 03addcd1a7 Merge pull request #273 from prometheus/fix/delta-handling 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 20d49ea169 Merge pull request #272 from prometheus/feature/status/uptime 12 years ago
Matt T. Proud 0d2d6e9a27 Include uptime in the status console. 12 years ago
Matt T. Proud c10780c966 Introduce telemetry for rule evaluator durations. 12 years ago
Johannes 'fish' Ziemke 8507c58bf2 Fix filename in Makefile. 12 years ago
Matt T. Proud fe5c70fc61 Merge pull request #270 from prometheus/fix/expression/index-error 12 years ago
Matt T. Proud 4b30fb86b4 Revert "Ensure that all extracted samples are added to view." 12 years ago
Matt T. Proud 9553971239 Merge pull request #267 from prometheus/fix/delta-boundaries 12 years ago
Julius Volz 750f862d9a Use GetBoundaryValues() for non-counter deltas. 12 years ago
juliusv cc07b9ce74 Merge pull request #268 from prometheus/fix/value-extraction 12 years ago
Julius Volz f2b48b8c4a Make getValuesAtIntervalOp consume all chunk data in one pass. 12 years ago
Julius Volz 83d60bed89 extractValuesAroundTime() code simplification. 12 years ago
Julius Volz 008314b5a8 Ensure that all extracted samples are added to view. 12 years ago
Matt T. Proud 556be84c73 Merge pull request #265 from prometheus/feature/memory-arena-simplification 12 years ago