SERVER-97354 Tag directShardConnections ServerStatusSection with the shard role (#29355)

GitOrigin-RevId: f79ef861184773a97e0342209cd6e437b6781210
This commit is contained in:
George Wangensteen 2024-11-19 11:42:39 -05:00 committed by MongoDB Bot
parent bf4a36d145
commit 04a215c731
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public:
}; };
auto& directShardConnections = auto& directShardConnections =
*ServerStatusSectionBuilder<DirectShardConnections>("directShardConnections"); *ServerStatusSectionBuilder<DirectShardConnections>("directShardConnections").forShard();
} // namespace } // namespace