The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/vendor/github.com/prometheus/tsdb
beorn7 12536f3027 Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
..
chunkenc Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
chunks Update dependencies. (#5449) 7 years ago
encoding Update dependencies. (#5449) 7 years ago
errors Update dependencies. (#5449) 7 years ago
fileutil Update dependencies. (#5449) 7 years ago
goversion Update dependencies. (#5449) 7 years ago
index Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
labels Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
wal Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
.gitignore vendor: run 'go mod vendor' from scratch 7 years ago
.golangci.yml Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
.travis.yml Update dependencies. (#5449) 7 years ago
CHANGELOG.md Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
LICENSE vendor: update tsdb 9 years ago
MAINTAINERS.md /api/v1/labels endpoint for getting all label names (#4835) 7 years ago
Makefile Update dependencies. (#5449) 7 years ago
Makefile.common Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
README.md Update dependencies. (#5449) 7 years ago
block.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
checkpoint.go Update dependencies. (#5449) 7 years ago
compact.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
db.go Update dependencies. (#5449) 7 years ago
go.mod Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
go.sum discovery/gce: oauth2.NoContext is deprecated, replace with context.Background() (#5024) 7 years ago
head.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
querier.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
record.go updated tsdb to 0.6.0 (#5292) 7 years ago
repair.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
tombstones.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago
wal.go Update prometheus/client_golang and prometheus/tsdb modules 7 years ago

README.md

TSDB

Build Status GoDoc Go Report Card

This repository contains the Prometheus storage layer that is used in its 2.x releases.

A writeup of its design can be found here.

Based on the Gorilla TSDB white papers.

Video: Storing 16 Bytes at Scale from PromCon 2017.

See also the format documentation.