mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [server] fix leaking prebuild update listeners - check for client be defined in gitpod-server-impl - add prebuild subscribers only if the thing is not disposed yet - this might have happened frequently on very short living workspacePageClose events * [server] fix metric registration don't override default registry, which breaks other metrics. * fixup for getMetricsAsArray * [server] bump prom-client