• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

chunkenc/H13-Dec-2018-932640

chunks/H13-Dec-2018-444317

cmd/tsdb/H13-Dec-2018-394322

docs/format/H13-Dec-2018-364299

fileutil/H13-Dec-2018-984509

index/H13-Dec-2018-2,9082,206

labels/H13-Dec-2018-536377

test/H13-Dec-2018-401304

testdata/H13-Dec-2018-20,01920,017

testutil/H13-Dec-2018-209120

tsdbutil/H13-Dec-2018-465327

wal/H13-Dec-2018-1,3181,010

.gitignoreH A D13-Dec-201810 21

.travis.ymlH A D13-Dec-2018533 2519

CHANGELOG.mdH A D13-Dec-2018804 1510

LICENSEH A D13-Dec-201811.1 KiB202169

MAINTAINERS.mdH A D13-Dec-2018145 43

MakefileH A D13-Dec-20181.8 KiB3518

Makefile.commonH A D13-Dec-20186.9 KiB224157

README.mdH A D13-Dec-2018834 158

block.goH A D13-Dec-201815.5 KiB578366

block_test.goH A D13-Dec-20183.5 KiB12078

checkpoint.goH A D13-Dec-20186.9 KiB255191

checkpoint_test.goH A D13-Dec-20185.3 KiB183133

compact.goH A D13-Dec-201821.8 KiB884676

compact_test.goH A D13-Dec-201818.3 KiB744651

db.goH A D13-Dec-201826 KiB1,019758

db_test.goH A D13-Dec-201840.1 KiB1,5491,155

encoding_helpers.goH A D13-Dec-20184.5 KiB197151

go.modH A D13-Dec-20181.3 KiB2927

go.sumH A D13-Dec-20185 KiB5352

head.goH A D13-Dec-201840.5 KiB1,6351,253

head_bench_test.goH A D13-Dec-20181.9 KiB7342

head_test.goH A D13-Dec-201823.6 KiB946771

mocks_test.goH A D13-Dec-20182.1 KiB7450

querier.goH A D13-Dec-201819.9 KiB932695

querier_test.goH A D13-Dec-201832.1 KiB1,5241,300

record.goH A D13-Dec-20185.3 KiB208146

record_test.goH A D13-Dec-20182.1 KiB7451

repair.goH A D13-Dec-20183 KiB11487

repair_test.goH A D13-Dec-20183.3 KiB12358

tombstones.goH A D13-Dec-20186 KiB285206

tombstones_test.goH A D13-Dec-20183.3 KiB147116

wal.goH A D13-Dec-201830.8 KiB1,3241,021

wal_test.goH A D13-Dec-201814.3 KiB553391

README.md

1# TSDB [![Build Status](https://travis-ci.org/prometheus/tsdb.svg?branch=master)](https://travis-ci.org/prometheus/tsdb)
2
3[![GoDoc](https://godoc.org/github.com/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/tsdb)
4[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/tsdb)](https://goreportcard.com/report/github.com/prometheus/tsdb)
5
6This repository contains the Prometheus storage layer that is used in its 2.x releases.
7
8A writeup of its design can be found [here](https://fabxc.org/blog/2017-04-10-writing-a-tsdb/).
9
10Based on the Gorilla TSDB [white papers](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf).
11
12Video: [Storing 16 Bytes at Scale](https://youtu.be/b_pEevMAC3I) from [PromCon 2017](https://promcon.io/2017-munich/).
13
14See also the [format documentation](docs/format/README.md).
15