SERVER-110291 Add serverStatus metric for spill WT open sessions (#41092)

GitOrigin-RevId: 3fae0bdbc3ed26b5c0599d4b60701bb880014618
This commit is contained in:
Gregory Noma 2025-10-07 16:59:14 -04:00 committed by MongoDB Bot
parent 6adf0f08a7
commit 298218ea4b

View File

@ -74,6 +74,7 @@ const std::vector<std::string>& fieldsToInclude = {
"cache: pages queued for eviction",
"cache: pages queued for urgent eviction",
"cache: tracked dirty bytes in the cache",
"session: open session count",
};
}