https://github.com/prometheus-junkyard/tsdb
The Prometheus time series database layer.
https://github.com/prometheus-junkyard/tsdb
Last synced: 22 days ago
JSON representation
The Prometheus time series database layer.
- Host: GitHub
- URL: https://github.com/prometheus-junkyard/tsdb
- Owner: prometheus-junkyard
- License: apache-2.0
- Archived: true
- Created: 2016-11-15T14:50:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T10:12:49.000Z (over 5 years ago)
- Last Synced: 2025-04-10T00:03:33.933Z (24 days ago)
- Language: Go
- Homepage:
- Size: 6.44 MB
- Stars: 833
- Watchers: 56
- Forks: 178
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - prometheus-junkyard/tsdb - The Prometheus time series database layer. (Go)
README
# TSDB
## THIS PROJECT IS BEING MOVED TO PROMETHEUS REPOSITORY: https://github.com/prometheus/prometheus/pull/5805
[](https://travis-ci.org/prometheus/tsdb)
[](https://godoc.org/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.
A writeup of its design can be found [here](https://fabxc.org/blog/2017-04-10-writing-a-tsdb/).
Based on the Gorilla TSDB [white papers](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf).
Video: [Storing 16 Bytes at Scale](https://youtu.be/b_pEevMAC3I) from [PromCon 2017](https://promcon.io/2017-munich/).
See also the [format documentation](docs/format/README.md).