Ghost/.github/scripts
Chris Raible 85408d10b7
Added connection pool metrics to prometheus client (#21576)
ref
https://linear.app/ghost/issue/ENG-1592/start-monitoring-connection-pool-utilization-in-ghost

- This commit adds prometheus metrics to the connection pool so we can
start to track connection pool utilization, number of pending acquires,
and also adds some basic SQL query summary metrics like queries per
minute and query duration percentiles.
- The connection pool has now been theorized to be a main constraint of
Ghost for some time, but it's been challenging to get actual visibility
into the state of the connection pool. With this change, we should be
able to directly observe, monitor and alert on the connection pool.
- Updated grafana version to fix a bug in the query editor that was
fixed in 8.3, even though this is a couple versions ahead of production
2024-11-07 23:01:34 -08:00
..
grafana Added connection pool metrics to prometheus client (#21576) 2024-11-07 23:01:34 -08:00
mysql-preload Added MySQL setup via Docker 2023-12-07 10:57:47 +01:00
prometheus Configured local prometheus and pushgateway in docker-compose (#21538) 2024-11-06 11:36:37 -08:00
bump-version.js Exported Git commit hash from update script 2024-09-24 14:08:38 +02:00
clean.sh Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00
dev.js Cleaned up browser test output in CI (#21462) 2024-10-30 12:39:41 -07:00
docker-compose.yml Added connection pool metrics to prometheus client (#21576) 2024-11-07 23:01:34 -08:00
setup.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00