mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08:00
update #labels and #chunks
Signed-off-by: naivewong <867245430@qq.com>
This commit is contained in:
parent
8e589474c6
commit
1f723a8eb5
|
@ -92,7 +92,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|||
│ │ │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ │ │ ref(l_i.name) <uvarint32> │ │ │
|
||||
│ │ #labels │ ├────────────────────────────────────────────┤ ... │ │
|
||||
│ │ <uvarint> │ │ ref(l_i.value) <uvarint32> │ │ │
|
||||
│ │ <uvarint64> │ │ ref(l_i.value) <uvarint32> │ │ │
|
||||
│ │ │ └────────────────────────────────────────────┘ │ │
|
||||
│ ├──────────────────┼────────────────────────────────────────────────────┤ │
|
||||
│ │ │ ┌────────────────────────────────────────────┐ │ │
|
||||
|
@ -102,7 +102,7 @@ After the labels, the number of indexed chunks is encoded, followed by a sequenc
|
|||
│ │ │ ├────────────────────────────────────────────┤ │ │
|
||||
│ │ │ │ ref(c_0.data) <uvarint64> │ │ │
|
||||
│ │ #chunks │ └────────────────────────────────────────────┘ │ │
|
||||
│ │ <uvarint> │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ <uvarint64> │ ┌────────────────────────────────────────────┐ │ │
|
||||
│ │ │ │ c_i.mint - c_i-1.maxt <uvarint64> │ │ │
|
||||
│ │ │ ├────────────────────────────────────────────┤ │ │
|
||||
│ │ │ │ c_i.maxt - c_i.mint <uvarint64> │ │ │
|
||||
|
|
Loading…
Reference in a new issue