..
chunkenc
tsdb/chunkenc: fix typo of return error. ( #7670 )
2020-10-28 12:03:11 +00:00
chunks
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
docs /format
Consistent naming and better names for fields in TSDB format docs ( #8077 )
2020-10-19 14:27:19 +05:30
encoding
Avoid WriteAt for Postings.
2019-12-16 15:30:49 +00:00
errors
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
fileutil
More info in mmap error message ( #8058 )
2020-10-15 12:58:13 +05:30
goversion
tsdb: test for leaks ( #7566 )
2020-07-21 10:08:06 +02:00
index
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
record
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
test
labels: Reduce allocated memory and latency of Hash method; Added tests. ( #8025 )
2020-10-15 11:31:28 +01:00
testdata
tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. ( #7772 )
2020-08-11 06:56:08 +01:00
tombstones
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
tsdbutil
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
wal
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
.gitignore
Moving tsdb into its own subdirectory
2019-08-13 13:58:49 +05:30
CHANGELOG.md
tsdb/chunkenc: fix typo of return error. ( #7670 )
2020-10-28 12:03:11 +00:00
README.md
Add links to TSDB blog post series in tsdb/README.md ( #8078 )
2020-10-19 17:17:10 +05:30
block.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
block_test.go
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
blockwriter.go
Add a tsdb writer interface ( #7950 )
2020-10-12 17:04:20 +01:00
blockwriter_test.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
compact.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
compact_test.go
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
db.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
db_test.go
Don't use returned DB to close resources on TSDB startup error ( #8113 )
2020-10-28 15:39:03 +05:30
head.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
head_bench_test.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
head_test.go
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
isolation.go
Optimise lowWatermark in Isolation ( #7332 )
2020-06-03 20:09:05 +02:00
isolation_test.go
Optimise lowWatermark in Isolation ( #7332 )
2020-06-03 20:09:05 +02:00
mocks_test.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
querier.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
querier_bench_test.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
querier_test.go
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
repair.go
MultiError: Refactored MultiError for more concise and safe usage. ( #8066 )
2020-10-28 15:24:58 +00:00
repair_test.go
Refactor test assertions ( #8110 )
2020-10-27 11:06:53 +01:00
tsdbblockutil.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
wal.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00
wal_test.go
Move away from testutil, refactor imports ( #8087 )
2020-10-22 11:00:08 +02:00