2018-05-07 09:10:31 +00:00
|
|
|
# TSDB [![Build Status](https://travis-ci.org/prometheus/tsdb.svg?branch=master)](https://travis-ci.org/prometheus/tsdb)
|
2017-04-10 11:29:46 +00:00
|
|
|
|
2018-05-07 09:10:31 +00:00
|
|
|
[![GoDoc](https://godoc.org/github.com/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/tsdb)
|
|
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/tsdb)](https://goreportcard.com/report/github.com/prometheus/tsdb)
|
|
|
|
|
|
|
|
This repository contains the Prometheus storage layer that is used in its 2.x releases.
|
2017-04-10 11:29:46 +00:00
|
|
|
|
|
|
|
A writeup of its design can be found [here](https://fabxc.org/blog/2017-04-10-writing-a-tsdb/).
|
2018-01-09 15:40:05 +00:00
|
|
|
|
2018-10-23 10:43:06 +00:00
|
|
|
Based on the Gorilla TSDB [white papers](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf).
|
|
|
|
|
2018-06-04 12:41:43 +00:00
|
|
|
Video: [Storing 16 Bytes at Scale](https://youtu.be/b_pEevMAC3I) from [PromCon 2017](https://promcon.io/2017-munich/).
|
|
|
|
|
2018-01-09 15:40:05 +00:00
|
|
|
See also the [format documentation](docs/format/README.md).
|