opt-in for enable_prometheus_metrics#243
opt-in for enable_prometheus_metrics#243jhgoebbert wants to merge 3 commits intojupyter-server:mainfrom
Conversation
|
Thanks @jhgoebbert. Should the README also be updated to reflect the new default? https://github.com/jupyter-server/jupyter-resource-usage?tab=readme-ov-file#disable-prometheus-metrics |
|
Hi @jtpio There is a #123 with Prometheus metrics which causes "lag"/pauses in the UI. Hence, the Prometheus metric reporting is disabled by default (for all versions > 1.1.1). |
|
Thanks, looks like the file needs a quick lint pass. |
|
Hmm ... from the details I do not see that this is related to this PR. |
|
It looks like the |
|
@krassowski Thanks. It is fixed now. |
I would suggest to change that to an
opt-in.At the moment jupyter-resource-usage is overloading tornado's task-pool for the prometheus-feature without taking into account that this will result in less (or even worst) performance for the critical webserver.
More details can be found here: #242