File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,10 @@ var conversions = []conversion{
435435 prefix : "mongodb_ss_wt_block_manager" ,
436436 suffixLabel : "type" ,
437437 },
438+ {
439+ oldName : "mongodb_mongod_wiredtiger_cache_max_bytes" ,
440+ newName : "mongodb_ss_wt_cache_maximum_bytes_configured" ,
441+ },
438442 {
439443 oldName : "mongodb_mongod_wiredtiger_cache_overhead_percent" ,
440444 newName : "mongodb_ss_wt_cache_percentage_overhead" ,
@@ -644,10 +648,6 @@ var conversions = []conversion{
644648 oldName : "mongodb_mongod_metrics_get_last_error_wtime_total_milliseconds" ,
645649 newName : "mongodb_ss_metrics_getLastError_wtime_totalMillis" ,
646650 },
647- {
648- oldName : "mongodb_mongod_wiredtiger_cache_max_bytes" ,
649- newName : "mongodb_ss_wt_cache_maximum_bytes_configured" ,
650- },
651651 {
652652 oldName : "mongodb_mongod_db_collections_total" ,
653653 newName : "mongodb_dbstats_collections" ,
You can’t perform that action at this time.
0 commit comments