Commit Graph

1387 Commits (b17dae1dab5197e311e4b58866220c5155bb3c0e)

Author SHA1 Message Date
Matt T. Proud 285a8b701b Code Review: Extend lock.
12 years ago
Matt T. Proud 2526ab8c81 Code Review: Extend lock scope for appending.
12 years ago
Matt T. Proud f994482d15 Code Review: Avenues for future improvemnet noted.
12 years ago
Matt T. Proud 298a90c143 Code Review: Initial arena size name.
12 years ago
Matt T. Proud c07abf8521 Initial move away from skiplist.
12 years ago
Matt T. Proud 74a66fd938 Spawn grouping of fingerprints with free semaphore.
12 years ago
Julius Volz 5b105c77fc Repointerize fingerprints.
12 years ago
Matt T. Proud ec5b5bae28 Fuck you, Travis.
12 years ago
Matt T. Proud e5ac91222b Benchmark memory arena; simplify map generation.
12 years ago
juliusv 360477f66c Merge pull request #257 from prometheus/feature/better-memory-behaviors
12 years ago
Matt T. Proud e1f20de2e9 Pointerize memorySeriesArena.
12 years ago
Matt T. Proud 8f4c7ece92 Destroy naked returns in half of corpus.
12 years ago
Matt T. Proud 4e0c932a4f Simplify Encoder's encoding signature.
12 years ago
juliusv 516101f015 Merge pull request #250 from prometheus/refactor/drop-unused-storage-setting
12 years ago
juliusv 9ff00b651d Merge pull request #251 from prometheus/fix/memory-metric-mutability
12 years ago
Bernerd Schaefer 63d9988b9c Drop unused writeMemoryInterval
12 years ago
Julius Volz 83c60ad43a Fix GetMetricForFingerprint() metric mutability.
12 years ago
Bernerd Schaefer 428d91c86f Rename test helper files to helpers_test.go
12 years ago
juliusv 98e512d755 Merge pull request #246 from prometheus/fix/interval-value-extraction
12 years ago
Julius Volz 71a3172abb Fix and optimize getValuesAtIntervalOp data extraction.
12 years ago
Matt T. Proud 244a4a9cdb Update to go1.1.
12 years ago
Matt T. Proud b224251981 Simplify compaction and expose database sizes.
12 years ago
juliusv 92ad65ff13 Merge pull request #232 from prometheus/optimize/granular-storage-locking
12 years ago
Matt T. Proud 1f7f89b4e3 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 T. Proud fa6a1f97d0 Expose interfaces for pruner and make pruner tool.
12 years ago
Matt T. Proud 161c8fbf9b Include deletion processor for long-tail values.
12 years ago
Matt Proud 7f0d816574 Schedule the background compactors to run.
12 years ago
Julius Volz caab131ada Repointerize TieredStorage method receiver types.
12 years ago
juliusv 89de116ea9 Merge pull request #225 from prometheus/refactor/fmt-cleanups
12 years ago
Julius Volz 05afa970d2 Slice expression simplifications.
12 years ago
Matt T. Proud f897164bcf Expose TieredStorage.DiskStorage.
12 years ago
Matt T. Proud ce45787dbf Storage interface to TieredStorage.
12 years ago
Bernerd Schaefer 5eb9840ed7 Fix goroutine leak in leveldb.AppendSamples
12 years ago
Matt T. Proud a3f1d81e24 Publicize a few storage components for curation.
12 years ago
Matt T. Proud 4298bab2b0 Publicize Curator and Processors.
12 years ago
Julius Volz 368a792dd2 Adjust memory queue size after change to send arrays over channel.
12 years ago
juliusv b02debd69c Merge pull request #205 from prometheus/julius-channel-arrays
12 years ago
Julius Volz d8110fcd9c Send sample arrays instead of single samples over channels.
12 years ago
Matt T. Proud 3362bf36e2 Include curator status in web heads-up-display.
12 years ago
Matt T. Proud 6fac20c8af Harden the tests against OOMs.
12 years ago
Matt T. Proud 66bc3711ea Merge pull request #197 from prometheus/feature/storage/curation-table
12 years ago
Matt T. Proud d46cd089b5 Merge pull request #199 from prometheus/refactor/telemetry/api-refresh
12 years ago
Matt T. Proud 3fa260f180 Complete sentence.
12 years ago
Matt T. Proud e527941b6a Use tagged struct fields.
12 years ago
Matt T. Proud a48ab34dd0 Refresh Prometheus client API usage.
12 years ago
Matt T. Proud 561974308d Add curation remark table and refactor error mgmt.
12 years ago
Matt T. Proud b3e34c6658 Implement batch database sample curator.
12 years ago
Julius Volz 2202cd71c9 Track alerts over time and write out alert timeseries.
12 years ago
Johannes 'fish' Ziemke 1ad41d4c00 Call closer.Close() earlier.
12 years ago
Johannes 'fish' Ziemke 22da76e8ab Close of reportTicker to exit goroutine.
12 years ago
Johannes 'fish' Ziemke 5043c6fce7 Have goroutine exit on signal via defer block.
12 years ago
juliusv af7ddc36e2 Merge pull request #176 from prometheus/optimization/view-materialization/slice-chunking
12 years ago
Julius Volz 9b8c671ec9 Fixes/cleanups to renderView() samples truncation.
12 years ago
Matt T. Proud 05504d3642 WIP - Truncate irrelevant chunk values.
12 years ago
Matt T. Proud a32602140e Convert the TestInstant value into UTC.
12 years ago
Matt T. Proud b1a8e51b07 Extract dto.SampleValueSeries into model.Values.
12 years ago
Matt T. Proud 422003da8e Convert trailing float64s.
12 years ago
Matt T. Proud db4ffbb262 Wrap dto.SampleKey with business logic type.
12 years ago
Matt T. Proud f9e99bd08a Refresh SampleValue to 64-bit floating point.
12 years ago
Matt T. Proud 092c7bd88e Stochastic test support plural SampleValueSeries.
12 years ago
Julius Volz 99dcbe0f94 Integrate memory and disk layers in view rendering.
12 years ago
Julius Volz 63625bd244 Make view use memory persistence, remove obsolete code.
12 years ago
Matt T. Proud d468271e2f Fix append queue telemetry and parameterize sizes.
12 years ago
Julius Volz 95b081f9bc Stop serving tiered storage after draining it.
12 years ago
Matt T. Proud a55602df4a Validate diskFrontier domain for series candidate.
12 years ago
Matt T. Proud d79c932a8e Merge pull request #120 from prometheus/feature/storage/compaction
12 years ago
Matt T. Proud c3e3460ca6 Spin up curator run in the tests.
12 years ago
Matt T. Proud 461da0b3a8 Merge pull request #117 from prometheus/feature/storage/compaction
12 years ago
Matt T. Proud d0ad6cbeaa Spin up storage layers for made fixtures.
12 years ago
Julius Volz c59f3fc538 Fix formatting in tiered_test.go.
12 years ago
juliusv 39826d7335 Merge pull request #107 from prometheus/julius-fix-get-fingerprints
12 years ago
Julius Volz 2668700e54 Fix bug in GetFingerprintsForLabelSet().
12 years ago
Matt T. Proud c53a72a894 Test data for the curator.
12 years ago
Matt T. Proud 6dcaa28806 Include LevelDB fixture generators for curator.
12 years ago
Julius Volz 55ca65aa6e More userfriendly output when we fail to create the tiered storage.
12 years ago
Matt T. Proud c4e971d7d9 Merge pull request #101 from prometheus/refactor/test/directory-extraction
12 years ago
Matt T. Proud b86b0ea41a Create temporary directory handler.
12 years ago
Julius Volz 8cf2af3923 Abort view job processing on timeout.
12 years ago
Julius Volz 2b8f0b2cc7 Constantize metric name label name.
12 years ago
Julius Volz e096896932 PR comment fixups.
12 years ago
Julius Volz dd67ab115b Change GetAllMetricNames() to GetAllValuesForLabel().
12 years ago
Julius Volz 42bdf921d1 Fetch integrated memory/disk data for simple Get* functions.
12 years ago
Julius Volz 11bb94a7e5 Implement GetAllMetricNames() for memory storage.
12 years ago
Julius Volz 991dc68d78 Rename misnamed oldestSampleTimestamp variable.
12 years ago
Matt T. Proud 3e97a3630d Include nascent curator scaffolding.
12 years ago
Matt T. Proud b2e4c88b80 Wrap LevelDB iterator operations behind interface.
12 years ago
Matt T. Proud f2a30cf20c Several important cleanups and deprecations.
12 years ago
Matt T. Proud 70448711ec Merge pull request #95 from prometheus/feature/persistence/batching
12 years ago
Matt T. Proud 8f6b55be71 Several interface cleanups.
12 years ago
Julius Volz a33d2726bc Mark range op as consumed if it receives no data points in range.
12 years ago
Julius Volz 3c9d6cb66c Add several needed persistence proxy methods to tiered storage.
12 years ago
Julius Volz 081d250929 Fix view's GetRangeValues() reverse iteration behavior.
12 years ago
Julius Volz 0be0aa59c2 Wait until storage is drained before closing the underlying leveldb.
12 years ago
Julius Volz becc278eb6 Fix two bugs in range op time advancement.
12 years ago
Matt T. Proud ceb6611957 Fix regression in subsequent range op. compactions.
12 years ago
Matt T. Proud 669abdfefe ``make format`` invocation.
12 years ago
Julius Volz bdb067b47f Implement remaining View Get* methods.
12 years ago
Julius Volz 1f42364733 Fix typo in comment.
12 years ago
Matt T. Proud 758a3f0764 Add documentation and cull junk.
12 years ago
Matt T. Proud bd8bb0edfd One additional reduction.
12 years ago
Matt T. Proud 73b463e814 Additional simplifications.
12 years ago
Matt T. Proud fd47ac570f Implied simplifications.
12 years ago
Matt T. Proud 51a0f21cf8 Interim documentation
12 years ago
Matt T. Proud b470f925b7 Extract rewriting of interval queries.
12 years ago
Matt T. Proud eb721fd220 Include note about greediest range.
12 years ago
Julius Volz e50de005f9 Populate metric in SampleSet returned from GetRangeValues()
12 years ago
Julius Volz 6001d22f87 Change Get* methods to receive fingerprints instead of metrics.
12 years ago
Julius Volz 95f8885c8a Adopt new ops sorting interface in view rendering.
12 years ago
Julius Volz 4d79dc3602 Replace renderView() by cleaner and more correct reimplementation.
12 years ago
Julius Volz e0dbc8c561 Fix edge cases in data extraction for point and interval ops.
12 years ago
Julius Volz a4361e4116 Rename extractSampleValue -> extractSampleValues.
12 years ago
Julius Volz 4e7db57e76 Fix iterator behavior in view.GetSampleAtTime()
12 years ago
Julius Volz bb9c5ed7aa Fix nil pointer exception in frontier building.
12 years ago
Matt T. Proud 896e172463 Extract time group optimizations.
12 years ago
Matt T. Proud 5a71814778 Additional greediness.
12 years ago
Matt T. Proud b00ca7e422 Refactor some greediness computations.
12 years ago
Matt T. Proud 978acd4e96 Simplify time group optimizations.
12 years ago
Matt T. Proud d7b534e624 Update documentation.
12 years ago
Matt T. Proud 1f7ed52b46 Start writing high watermarks.
12 years ago
Julius Volz a224dda9f0 Fix diskFrontier.ContainsFingerprint() return value.
12 years ago
Matt T. Proud 47ce7ad302 Extract appending from goroutine.
12 years ago
Matt T. Proud 187cd4cdbc Extract indexing of Fingerprint to Metrics.
12 years ago
Matt T. Proud 532589f728 Extract Label Pair to Fingerprint indexing.
12 years ago
Matt T. Proud 84acfed061 Extract finding unindexed metrics.
12 years ago
Matt T. Proud 67300af137 Extract indexing to separate routine.
12 years ago
Matt T. Proud 582354f6de Fix remaining ``make advice`` issues.
12 years ago
Matt T. Proud 615e6d13d7 Run ``make format``.
12 years ago
Julius Volz caeb759ed7 Add tests for and fix getValuesAlongRangeOp value extraction.
12 years ago
Julius Volz 69a24427b7 Minor tiered storage fixups.
12 years ago
Julius Volz 3621148e7f Comment out panicking test until proper support is implemented.
12 years ago
Julius Volz e2fb497eba Add operator value extraction tests.
12 years ago
Julius Volz 12a8863582 Add data extraction methods to operator types.
12 years ago
Julius Volz 1d5df867d1 Set test time to fixed value.
12 years ago
Julius Volz 2f06b8bea6 Fix tiered storage test to trigger iterator rewinding case.
12 years ago
Julius Volz 894ecfe161 Small cleanups and comments in tiered storage.
12 years ago
Julius Volz f238b23b04 Set -leveldbFlushOnMutate to false by default.
12 years ago
Julius Volz 8939e0723a Make LevelDB chunk size a flag.
12 years ago
Julius Volz ce4f560e48 Encapsulate fingerprint frontier checks in renderView().
12 years ago
Julius Volz 1a1cba1bb2 Address outstanding PR comments.
12 years ago
Matt T. Proud 62b5d7ce20 Oops.
12 years ago
Matt T. Proud 1e0d740f2a Conditionalize LevelDB index retrievals.
12 years ago
Matt T. Proud 34a921e16d Checkpoint.
12 years ago
Matt T. Proud 8cc5cdde0b checkpoint.
12 years ago
Matt T. Proud d5380897c3 Cleanups and adds performance regression.
12 years ago
Matt T. Proud f39b9c3c8e Checkpoint.
12 years ago
Matt T. Proud 41068c2e84 Checkpoint.
12 years ago
Matt T. Proud 13ae29b304 Initial in-memory arena implementation.
12 years ago
Matt T. Proud efbe0e8a12 Interface simplification.
12 years ago
Matt T. Proud f1245e8dda Interface simplifications.
12 years ago
Matt T. Proud e8a733b525 Interface simplifications.
12 years ago
Matt T. Proud f03091b139 Interface simplifications: GetRangeValues
12 years ago
Matt T. Proud 14788cf4f3 Interface simplifications.
12 years ago
Matt T. Proud 56f069b3ec Interface simplifications: GetValueAtTime().
12 years ago
Matt T. Proud 1e2d6c7418 GetFingerprintsForLabelName simplifications.
12 years ago
Matt T. Proud 900bb988c1 Simplifications of GetFingerprintsForLabelSet.
12 years ago
Matt T. Proud 4fbcea73f5 MetricPersistence.AppendSample signature changes.
12 years ago
Matt T. Proud 4502b49524 Swap out fingerprinting infrastructure.
12 years ago
Julius Volz d67e4b9131 Address outstanding comments from PR/47 and other cleanups.
12 years ago
Julius Volz 2659304380 Add interface for getting all metrics from a MetricsPersistence.
12 years ago
Julius Volz e23ac0adbd Implement bulk iteration/operation storage interface.
12 years ago
Matt T. Proud ec3e98b365 Include Snappy in Runtime.
12 years ago
Matt T. Proud 79ba248bbe Make LevelDB operating modes invocation-time conf.
12 years ago
Matt T. Proud ea54751431 Update import paths to new location.
12 years ago
Matt T. Proud f2ded515b7 Support versioned telemetry providers.
12 years ago
Matt T. Proud 88d15373c5 Upgrade Prometheus to new API.
12 years ago
Julius Volz 6f937ee032 Add preliminary metric docstrings and empty base labels.
12 years ago
Matt T. Proud d9b165220e ``GetFingerprintsForLabelSet`` uses intersection.
12 years ago
Matt T. Proud ac438e51f6 Debug corner-case seeking anomaly.
12 years ago
Matt T. Proud be9b7942c1 Fix Stale. Pol. support in GetValueAtTime.
12 years ago
Matt T. Proud 52f52a7ee2 Include nascent instrumentation of stack.
12 years ago
Matt T. Proud 4f7adbbe7d Reduce work level for stochastic tests.
12 years ago
Matt T. Proud 3ac5d48b1a Impl' storage i'faces and fix non-idiomatic warts.
12 years ago
Matt T. Proud a14dbd5bd0 Interim commit for Julius.
12 years ago
Matt T. Proud 0886592ebc New interface definition after discussion.
12 years ago
Matt T. Proud 59a708f25a Provide prototype of storage layer interfaces.
12 years ago
Matt T. Proud 6589fc92f8 Strip web services, which weren't adding value.
12 years ago
Matt T. Proud 577acf4fe7 Exploding the storage infrastructure by contexts.
12 years ago
Matt T. Proud 15a6681651 Various cleanups.
12 years ago
Matt T. Proud c0ce859c76 A few re-organizations.
12 years ago
Matt T. Proud 044a5b4e14 Add nascent Travis CI configuration.
12 years ago
Matt T. Proud 9f4bdaab50 Major LevelDB metric end-to-end test improvements.
12 years ago
Matt T. Proud c1f0d8aefd Levigo -> LevelDB in terminology and references.
12 years ago
Matt T. Proud 6ed67b02e2 Incorporate new interface tests.
12 years ago
Matt T. Proud 44f8802ae7 Add Apache License 2.0 boilerplate.
12 years ago
Matt T. Proud 2bbdaa5790 Initial directory re-arrangement for storage.
12 years ago