MongoServer should allow introspection of exising servers

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 1.4
    • Affects Version/s: 1.3.1
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I would like to ask to add a method to get all created servers, to allow run-time diagnostics, i.e. obtaining a list of all created servers, then accessing all instances, then checking connection pool limits, etc.

      public static void GetAllServers() {
      lock (staticLock)

      { return servers.Values.ToList(); }

      }

              Assignee:
              Robert Stam
              Reporter:
              Aristarkh Zagorodnikov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: