You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"search_index_doc_table_size_bytes": {txt: "Memory used by the document table, contains metadata about each document in the index", lbls: []string{"index_name"}},
494
494
"search_index_sortable_values_size_bytes": {txt: "Memory used by sortable values, used for sorting purposes", lbls: []string{"index_name"}},
495
495
"search_index_key_table_size_bytes": {txt: "Memory used by the key table, stores mapping between document IDs and keys", lbls: []string{"index_name"}},
496
-
"search_index_tag_overhead_size_bytes": {txt: "Memory overhead of the TAG TrieMaps", lbls: []string{"index_name"}},
497
-
"search_index_text_overhead_size_bytes": {txt: "Memory overhead of the TEXT Tries", lbls: []string{"index_name"}},
498
-
"search_index_total_index_memory_size_bytes": {txt: "Total memory used by search index", lbls: []string{"index_name"}},
496
+
"search_index_tag_overhead_size_bytes": {txt: "Size of the TAG index structures used for optimising performance", lbls: []string{"index_name"}},
497
+
"search_index_text_overhead_size_bytes": {txt: "Size of the TEXT index structures used for optimising performance", lbls: []string{"index_name"}},
498
+
"search_index_total_index_memory_size_bytes": {txt: "Total memory consumed by all indexes in the DB", lbls: []string{"index_name"}},
499
499
"search_index_geoshapes_size_bytes": {txt: "Memory used by GEO-related fields", lbls: []string{"index_name"}},
500
-
"search_index_records_per_doc_avg": {txt: "Average number of records (including deletions) per document", lbls: []string{"index_name"}},
501
-
"search_index_bytes_per_record_avg": {txt: "Average size of each record in bytes", lbls: []string{"index_name"}},
502
-
"search_index_offsets_per_term_avg": {txt: "Average number of offsets (position information) per term", lbls: []string{"index_name"}},
503
-
"search_index_offset_bits_per_record_avg": {txt: "Average number of bits used for offsets per record", lbls: []string{"index_name"}},
500
+
"search_index_avg_per_doc_records": {txt: "Average number of records (including deletions) per document", lbls: []string{"index_name"}},
501
+
"search_index_avg_per_record_bytes": {txt: "Average size of each record in bytes", lbls: []string{"index_name"}},
502
+
"search_index_avg_per_term_offsets": {txt: "Average number of offsets (position information) per term", lbls: []string{"index_name"}},
503
+
"search_index_avg_per_record_offset_bits": {txt: "Average number of bits used for offsets per record", lbls: []string{"index_name"}},
504
504
"search_index_indexing": {txt: "Indicates whether the index is currently being generated", lbls: []string{"index_name"}},
505
505
"search_index_percent_indexed": {txt: "Percentage of the index that has been successfully generated (0-1)", lbls: []string{"index_name"}},
506
506
"search_index_hash_indexing_failures": {txt: "Number of failures encountered during indexing", lbls: []string{"index_name"}},
0 commit comments