The Prometheus monitoring system and time series database.
Find a file
Goutham Veeramachaneni afaf12fe45
Compress the series chunk details in index.
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
2017-09-08 20:25:19 +05:30
chunks
cmd/tsdb Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
Documentation/format Compress the series chunk details in index. 2017-09-08 20:25:19 +05:30
labels Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
test Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
testdata
tsdbutil
.travis.yml
block.go Change series ID from uint32 to uint64 2017-09-04 16:08:38 +02:00
block_test.go
chunks.go Refactor WAL into Head and misc improvements 2017-09-01 11:50:58 +02:00
chunks_test.go Expose Intervals type for use by TombstoneReader. 2017-08-25 16:06:36 +05:30
compact.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
compact_test.go Refactor and add tests for compactor 2017-09-01 11:50:58 +02:00
db.go Filter WAL data in Head, misc fixes 2017-09-06 16:20:37 +02:00
db_test.go Compress the series chunk details in index. 2017-09-08 20:25:19 +05:30
db_unix.go
db_windows.go
encoding_helpers.go WAL refactoring and truncation fixes and test 2017-09-06 14:59:25 +02:00
head.go Fix min/max time handling and concurrent crc32 usage 2017-09-07 13:04:02 +02:00
head_test.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
index.go Compress the series chunk details in index. 2017-09-08 20:25:19 +05:30
index_test.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
LICENSE
postings.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
postings_test.go Change series ID from uint32 to uint64 2017-09-04 16:08:38 +02:00
querier.go Remove multiple heads 2017-09-01 11:50:58 +02:00
querier_test.go Replace single head lock with granular locks 2017-09-05 14:41:39 +02:00
README.md
tombstones.go Change series ID from uint32 to uint64 2017-09-04 16:08:38 +02:00
tombstones_test.go Change series ID from uint32 to uint64 2017-09-04 16:08:38 +02:00
wal.go Fix min/max time handling and concurrent crc32 usage 2017-09-07 13:04:02 +02:00
wal_test.go Fix min/max time handling and concurrent crc32 usage 2017-09-07 13:04:02 +02:00

TSDB

This repository contains the new Prometheus storage layer that will be used in its 2.0 release.

A writeup of its design can be found here.