mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Fix magic number in docs (#7998)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
parent
6f13c60219
commit
50ae4e298b
|
@ -8,7 +8,7 @@ in-file offset (lower 4 bytes) and segment sequence number (upper 4 bytes).
|
||||||
|
|
||||||
```
|
```
|
||||||
┌──────────────────────────────┐
|
┌──────────────────────────────┐
|
||||||
│ magic(0x85BD40DD) <4 byte> │
|
│ magic(0x0130BC91) <4 byte> │
|
||||||
├──────────────────────────────┤
|
├──────────────────────────────┤
|
||||||
│ version(1) <1 byte> │
|
│ version(1) <1 byte> │
|
||||||
├──────────────────────────────┤
|
├──────────────────────────────┤
|
||||||
|
|
Loading…
Reference in a new issue