mirror of
https://github.com/prometheus/prometheus
synced 2024-12-28 01:32:19 +00:00
update labels count, chunks count
Signed-off-by: naivewong <867245430@qq.com>
This commit is contained in:
parent
8e7e2041d3
commit
9b227d27e7
@ -89,7 +89,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
||||
│ len <uvarint> │
|
||||
├──────────────────────────────────────────────────────────────────────────┤
|
||||
│ ┌──────────────────────────────────────────────────────────────────────┐ │
|
||||
│ │ #labels count <uvarint64> │ │
|
||||
│ │ labels count <uvarint64> │ │
|
||||
│ ├──────────────────────────────────────────────────────────────────────┤ │
|
||||
│ │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ │ ref(l_i.name) <uvarint32> │ │ │
|
||||
@ -98,7 +98,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
||||
│ │ └────────────────────────────────────────────┘ │ │
|
||||
│ │ ... │ │
|
||||
│ ├──────────────────────────────────────────────────────────────────────┤ │
|
||||
│ │ #chunks count <uvarint64> │ │
|
||||
│ │ chunks count <uvarint64> │ │
|
||||
│ ├──────────────────────────────────────────────────────────────────────┤ │
|
||||
│ │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ │ c_0.mint <varint64> │ │ │
|
||||
|
Loading…
Reference in New Issue
Block a user