Skip to content

Commit 77fcdf3

Browse files
authored
Update v1_compatibility.go
Fixed mess with oldName and newName for mongodb_ss_wt_cache_maximum_bytes_configured
1 parent 9a6c2c4 commit 77fcdf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exporter/v1_compatibility.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ var conversions = []conversion{
649649
newName: "mongodb_ss_metrics_getLastError_wtime_totalMillis",
650650
},
651651
{
652-
oldName: "mongodb_ss_wt_cache_maximum_bytes_configured",
653-
newName: "mongodb_mongod_wiredtiger_cache_max_bytes",
652+
oldName: "mongodb_mongod_wiredtiger_cache_max_bytes",
653+
newName: "mongodb_ss_wt_cache_maximum_bytes_configured",
654654
},
655655
{
656656
oldName: "mongodb_mongod_db_collections_total",

0 commit comments

Comments
 (0)