Skip to content

Commit 9a72a2d

Browse files
authored
mongodb_mongod_wiredtiger_cache_max_bytes -> mongodb_ss_wt_cache_maximum_bytes_configured (oldName and newName) (#1023)
* Update v1_compatibility.go Fixed mess with oldName and newName for mongodb_ss_wt_cache_maximum_bytes_configured * Update diagnostic_data_collector_test.go * Update v1_compatibility.go removed duplicate mongodb_ss_wt_cache_maximum_bytes_configured * Update diagnostic_data_collector_test.go * Update v1_compatibility.go
1 parent 632fe81 commit 9a72a2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎exporter/v1_compatibility.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,6 @@ var conversions = []conversion{
648648
oldName: "mongodb_mongod_metrics_get_last_error_wtime_total_milliseconds",
649649
newName: "mongodb_ss_metrics_getLastError_wtime_totalMillis",
650650
},
651-
{
652-
oldName: "mongodb_ss_wt_cache_maximum_bytes_configured",
653-
newName: "mongodb_mongod_wiredtiger_cache_max_bytes",
654-
},
655651
{
656652
oldName: "mongodb_mongod_db_collections_total",
657653
newName: "mongodb_dbstats_collections",

0 commit comments

Comments
 (0)