Skip to content

Commit 5de7d15

Browse files
authored
Consistent naming and better names for fields in TSDB format docs (prometheus#8077)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
1 parent 8c9850c commit 5de7d15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tsdb/docs/format/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ It is terminated by a table of contents which serves as an entry point into the
2424
│ ├──────────────────────────────────────────────┤ │
2525
│ │ Postings N │ │
2626
│ ├──────────────────────────────────────────────┤ │
27-
│ │ Label Index Table │ │
27+
│ │ Label Offset Table │ │
2828
│ ├──────────────────────────────────────────────┤ │
29-
│ │ Postings Table │ │
29+
│ │ Postings Offset Table │ │
3030
│ ├──────────────────────────────────────────────┤ │
3131
│ │ TOC │ │
3232
│ └──────────────────────────────────────────────┘ │

tsdb/docs/format/tombstones.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
2525
# Tombstone
2626

2727
```
28-
┌────────────────┬─────────────────┬────────────────┐
29-
│ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
30-
└────────────────┴─────────────────┴────────────────┘
28+
┌───────────────────────┬─────────────────┬────────────────┐
29+
series ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
30+
└───────────────────────┴─────────────────┴────────────────┘
3131
```

0 commit comments

Comments
 (0)