We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6c2c4 commit 77fcdf3Copy full SHA for 77fcdf3
exporter/v1_compatibility.go
@@ -649,8 +649,8 @@ var conversions = []conversion{
649
newName: "mongodb_ss_metrics_getLastError_wtime_totalMillis",
650
},
651
{
652
- oldName: "mongodb_ss_wt_cache_maximum_bytes_configured",
653
- newName: "mongodb_mongod_wiredtiger_cache_max_bytes",
+ oldName: "mongodb_mongod_wiredtiger_cache_max_bytes",
+ newName: "mongodb_ss_wt_cache_maximum_bytes_configured",
654
655
656
oldName: "mongodb_mongod_db_collections_total",
0 commit comments