@@ -327,6 +327,7 @@ func NewRedisExporter(uri string, opts Options) (*Exporter, error) {
327327 "search_global_total_user" : "search_global_total_user" ,
328328 "search_global_total_internal" : "search_global_total_internal" ,
329329 "search_gc_bytes_collected" : "search_gc_collected_bytes" , // search_bytes_collected was renamed in https://github.com/RediSearch/RediSearch/pull/5616
330+ "search_gc_total_docs_not_collected" : "search_gc_total_docs_not_collected" ,
330331 "search_gc_marked_deleted_vectors" : "search_gc_marked_deleted_vectors" ,
331332 "search_errors_indexing_failures" : "search_errors_indexing_failures" ,
332333 },
@@ -386,9 +387,8 @@ func NewRedisExporter(uri string, opts Options) (*Exporter, error) {
386387 "search_total_cycles" : "search_cycles_total" ,
387388 "search_total_ms_run" : "search_run_ms_total" ,
388389 // RediSearch module v8.0
389- "search_gc_total_cycles" : "search_gc_cycles_total" , // search_gc metrics were renamed into user and interna
390+ "search_gc_total_cycles" : "search_gc_cycles_total" , // search_gc metrics were renamed
390391 "search_gc_total_ms_run" : "search_gc_run_ms_total" , // in PR: https://github.com/RediSearch/RediSearch/pull/5616
391- "search_gc_total_docs_not_collected" : "search_gc_docs_not_collected_total" ,
392392 "search_total_queries_processed" : "search_queries_processed_total" ,
393393 "search_total_query_commands" : "search_query_commands_total" ,
394394 "search_total_query_execution_time_ms" : "search_query_execution_time_ms_total" ,
0 commit comments