mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Consistent naming and better names for fields in TSDB format docs (#8077)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
parent
8c9850c2bb
commit
5de7d15879
|
@ -24,9 +24,9 @@ It is terminated by a table of contents which serves as an entry point into the
|
||||||
│ ├──────────────────────────────────────────────┤ │
|
│ ├──────────────────────────────────────────────┤ │
|
||||||
│ │ Postings N │ │
|
│ │ Postings N │ │
|
||||||
│ ├──────────────────────────────────────────────┤ │
|
│ ├──────────────────────────────────────────────┤ │
|
||||||
│ │ Label Index Table │ │
|
│ │ Label Offset Table │ │
|
||||||
│ ├──────────────────────────────────────────────┤ │
|
│ ├──────────────────────────────────────────────┤ │
|
||||||
│ │ Postings Table │ │
|
│ │ Postings Offset Table │ │
|
||||||
│ ├──────────────────────────────────────────────┤ │
|
│ ├──────────────────────────────────────────────┤ │
|
||||||
│ │ TOC │ │
|
│ │ TOC │ │
|
||||||
│ └──────────────────────────────────────────────┘ │
|
│ └──────────────────────────────────────────────┘ │
|
||||||
|
|
|
@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
|
||||||
# Tombstone
|
# Tombstone
|
||||||
|
|
||||||
```
|
```
|
||||||
┌────────────────┬─────────────────┬────────────────┐
|
┌───────────────────────┬─────────────────┬────────────────┐
|
||||||
│ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
|
│series ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
|
||||||
└────────────────┴─────────────────┴────────────────┘
|
└───────────────────────┴─────────────────┴────────────────┘
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue