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.
 
 
 
 
 
Go to file
Fabian Reinartz 9e999e8b0b
Merge pull request #184 from prometheus/metricprefix
7 years ago
Documentation/format
chunks
cmd/tsdb Remove GetTabWriter from tsdb package 7 years ago
fileutil
labels
test
testdata
tsdbutil
.travis.yml Remove prometheus/prometheus dev-2.0 branch workaround 7 years ago
LICENSE
README.md
block.go Add more verbose error handling for closing, reduce locking 7 years ago
block_test.go
chunks.go Add more verbose error handling for closing, reduce locking 7 years ago
chunks_test.go
compact.go Prefix all metrics with `prometheus_*` 7 years ago
compact_test.go
db.go Prefix all metrics with `prometheus_*` 7 years ago
db_test.go Add more verbose error handling for closing, reduce locking 7 years ago
db_unix.go
db_windows.go
encoding_helpers.go
head.go Prefix all metrics with `prometheus_*` 7 years ago
head_test.go Merge pull request #168 from prometheus/fasterwal 7 years ago
index.go Clarify postings index semantics, handle staleness 7 years ago
index_test.go Add more verbose error handling for closing, reduce locking 7 years ago
postings.go
postings_test.go
querier.go Clarify postings index semantics, handle staleness 7 years ago
querier_test.go Clarify postings index semantics, handle staleness 7 years ago
tombstones.go Add more verbose error handling for closing, reduce locking 7 years ago
tombstones_test.go
wal.go Merge pull request #168 from prometheus/fasterwal 7 years ago
wal_test.go wal: decode and process in separate threads. 7 years ago

README.md

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.