Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 29, 2023
  2. Feb 19, 2023
  3. Feb 18, 2023
  4. Feb 17, 2023
  5. Feb 16, 2023
  6. Feb 15, 2023
  7. Feb 14, 2023
  8. Feb 13, 2023
  9. Feb 10, 2023
  10. Feb 07, 2023
  11. Feb 06, 2023
  12. Feb 03, 2023
  13. Feb 02, 2023
    • metabase-bot[bot]'s avatar
      Include numThreadsAwaitingCheckoutDefaultUser in conn pool stats (#28015) (#28030) · fc1b9851
      metabase-bot[bot] authored
      
      This includes the stats in
      
      ```clojure
      prometheus=> (troubleshooting/connection-pool-info)
      {:connection-pools {"metabase-postgres-app-db" {:numConnections 4,
                                                      :numIdleConnections 4,
                                                      :numBusyConnections 0,
                                                      :minPoolSize 1,
                                                      :maxPoolSize 15,
                                                      :numThreadsAwaitingCheckoutDefaultUser 0},
                          "db-52-postgres-clean" {:numConnections 1,
                                                  :numIdleConnections 1,
                                                  :numBusyConnections 0,
                                                  :minPoolSize 1,
                                                  :maxPoolSize 15,
                                                  :numThreadsAwaitingCheckoutDefaultUser 0}}}
      ```
      
      And thus ultimately in c3p0 stats:
      
      ```
      _# HELP c3p0_num_threads_awaiting_checkout_default_user C3P0 Number of threads awaiting checkout
      _# TYPE c3p0_num_threads_awaiting_checkout_default_user gauge
      c3p0_num_threads_awaiting_checkout_default_user{database="metabase-postgres-app-db",} 0.0
      c3p0_num_threads_awaiting_checkout_default_user{database="db-52-postgres-clean",} 0.0
      ```
      
      Co-authored-by: default avatardpsutton <dan@dpsutton.com>
  14. Feb 01, 2023
  15. Jan 31, 2023
  16. Jan 30, 2023
  17. Jan 27, 2023
  18. Jan 26, 2023
  19. Jan 25, 2023
  20. Jan 24, 2023
Loading