Skip to content

Commit a867256

Browse files
authored
Update v1_compatibility.go
1 parent d2f7988 commit a867256

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exporter/v1_compatibility.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)