Ghost/ghost/core/test
Chris Raible 5f9c0d21c5
Added eventLoopUtilization instrumentation behind config (#20819)
ref
https://linear.app/tryghost/issue/ENG-1505/start-monitoring-event-loop-utilization-in-production-with

- The two main constraints we've observed in Ghost are the database connection pool and the CPU usage. However, there is a third constraint that we may be hitting, but can't currently observe: the event loop.
- This commit re-enabled OpenTelemetry (behind a config flag), removes the problematic tracing instrumentation which was breaking the frontend, and adds a Prometheus endpoint to export the eventLoopUtilization metric.
- This should give us visibility into whether we are hitting constraints in the event loop and address the root cause if we are.
2024-08-22 19:16:53 -07:00
..
e2e-api 🎨 Improved the performance of the /members/events/ aggregated_click_event endpoint (#20790) 2024-08-22 18:26:10 +05:30
e2e-browser
e2e-frontend
e2e-server
e2e-webhooks
integration
regression
unit Added eventLoopUtilization instrumentation behind config (#20819) 2024-08-22 19:16:53 -07:00
utils
.eslintignore
.eslintrc.js