Skip to content

Commit 14c395a

Browse files
authored
added stats related to DiskBBQ (#5722)
1 parent 5f707db commit 14c395a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/cluster/stats/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ export class DenseVectorOffHeapStats {
188188
total_veq_size?: ByteSize
189189
total_vex_size_bytes: long
190190
total_vex_size?: ByteSize
191+
total_cenif_size_bytes: long
192+
total_cenif_size?: ByteSize
193+
total_clivf_size_bytes: long
194+
total_clivf_size?: ByteSize
191195
fielddata?: Dictionary<string, Dictionary<string, long>>
192196
}
193197

0 commit comments

Comments
 (0)