C# .NET MongoDB Driver
Attempt to perform serverStatus command to a cloud.
Studio 3T shows Server Status commas successfully.
Same code works ok to the local MongoDB.
Var command = new CommandDocument {{ “serverStatus”, 1 } };
Var result = db.RunCommand(command);
Returned exception “Duplicate element name ‘metrics’.”
Any possible solution?
Regards,
Yoav