prometheus/tsdb
György Krajcsovits 6f1f48f01c
feat(nh): mark native histograms as stable and keep optional
Fixes: #16572

Keep the feature optional but mark as stable, meaning that breaking
changes are only allowed together with major version release of
Prometheus.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2025-09-26 16:35:11 +02:00
..
agent fix(wal): ignore invalid native histogram schemas on load 2025-09-24 11:41:25 +02:00
chunkenc better errors naming and formatting, typo fixes 2025-09-23 11:20:55 +02:00
chunks Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
docs docs: Fix chunk format documentation for `varint` encoding 2025-08-15 10:56:21 +02:00
encoding
errors
fileutil Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
goversion
index Fix minor issues after applying analyzer "modernize" 2025-08-27 15:44:11 +02:00
record Update tsdb/record/record.go 2025-09-24 14:27:37 +02:00
testdata
tombstones Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
tsdbutil Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
wlog feat(nh): mark native histograms as stable and keep optional 2025-09-26 16:35:11 +02:00
.gitignore
CHANGELOG.md
README.md
block.go
block_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
blockwriter.go
blockwriter_test.go
compact.go Merge pull request #17074 from prymitive/logs 2025-09-02 12:55:12 +01:00
compact_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
db.go Log when GC / block write starts 2025-08-26 10:30:22 +01:00
db_test.go fix(wal): ignore invalid native histogram schemas on load 2025-09-24 11:41:25 +02:00
example_test.go
exemplar.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
exemplar_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
head.go tsdb: Fix commit order for mixed-typed series 2025-09-17 19:22:25 +02:00
head_append.go tsdb: Include floatHistograms in headAppender.Rollback() 2025-09-17 19:22:25 +02:00
head_bench_test.go
head_dedupelabels.go
head_other.go
head_read.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
head_read_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
head_test.go fix(wal): ignore invalid native histogram schemas on load 2025-09-24 11:41:25 +02:00
head_wal.go fix(wal): ignore invalid native histogram schemas on load 2025-09-24 11:41:25 +02:00
isolation.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
isolation_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
mocks_test.go
ooo_head.go
ooo_head_read.go
ooo_head_read_test.go
ooo_head_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
ooo_isolation.go
ooo_isolation_test.go
querier.go
querier_bench_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
querier_test.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
repair.go
repair_test.go
testutil.go
tsdbblockutil.go

README.md

TSDB

GoPkg

This directory contains the Prometheus TSDB (Time Series DataBase) library, which handles storage and querying of all Prometheus v2 data.

Documentation

External resources

A series of blog posts explaining different components of TSDB: