mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix typo in index.md
Minor change, monotinically -> monotonically. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
This commit is contained in:
parent
1373a0ea9f
commit
e6cb86c029
|
@ -136,7 +136,7 @@ The sequence of label index sections is finalized by an offset table pointing to
|
|||
|
||||
### Postings
|
||||
|
||||
Postings sections store monotinically increasing lists of series references that contain a given label pair associated with the list.
|
||||
Postings sections store monotonically increasing lists of series references that contain a given label pair associated with the list.
|
||||
|
||||
```
|
||||
┌────────────────────┬────────────────────┐
|
||||
|
@ -203,4 +203,4 @@ If a reference is zero, it indicates the respective section does not exist and e
|
|||
├─────────────────────────────────────────┤
|
||||
│ CRC32 <4b> │
|
||||
└─────────────────────────────────────────┘
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue