You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove EventMachine from Puma
* preparation for Thin removal
* replace EventMachine with Concurrent::TimerTask
* remove "thread_info_event_machine" metrics
* Remove Thin webserver
* Update metrics_spec.rb test
* explicitly start and stop MetricsWebserver with Prometheus middleware
* Fix Rack response for Puma webserver
* Rack expects an enumerable. An empty string doesn't work (it worked for Thin, though).
* Fix CORS unit test
* Shutdown metrics_webserver after each test
* Simplify specs (remove redundancies)
* Remove "threadpool_size" config parameter
* was only used for Thin/EventMachine
* Simplify spec: Extract duplicate double(:server) setup
0 commit comments