mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
update #labels count, #chunks count
Signed-off-by: naivewong <867245430@qq.com>
This commit is contained in:
parent
42ee59689b
commit
8e7e2041d3
|
@ -89,7 +89,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|||
│ len <uvarint> │
|
||||
├──────────────────────────────────────────────────────────────────────────┤
|
||||
│ ┌──────────────────────────────────────────────────────────────────────┐ │
|
||||
│ │ #labels <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 <uvarint64> │ │
|
||||
│ │ #chunks count <uvarint64> │ │
|
||||
│ ├──────────────────────────────────────────────────────────────────────┤ │
|
||||
│ │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ │ c_0.mint <varint64> │ │ │
|
||||
|
|
Loading…
Reference in a new issue