mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix markdown syntax in tsdb index.md (#11032)
* Fix markdown syntax in tsdb index.md Signed-off-by: ZhangJian He <shoothzj@gmail.com> * Update tsdb/docs/format/index.md Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Signed-off-by: ZhangJian He <shoothzj@gmail.com>
This commit is contained in:
parent
3d538351f6
commit
95b7d058ac
|
@ -126,7 +126,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|||
### Label Index
|
||||
|
||||
A label index section indexes the existing (combined) values for one or more label names.
|
||||
The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds #entries / #names tuples of symbol table references, each tuple being of #names length. The value tuples are sorted in lexicographically increasing order. This is no longer used.
|
||||
The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds `#entries / #names` tuples of symbol table references, each tuple being of #names length. The value tuples are sorted in lexicographically increasing order. This is no longer used.
|
||||
|
||||
```
|
||||
┌───────────────┬────────────────┬────────────────┐
|
||||
|
|
Loading…
Reference in a new issue