#45 restored the /metrics endpoint, so that JupyterLab (and other frontends) can display the metrics:

The reason to move away from /metrics is to not shadow the default Prometheus endpoint (see #22 for more infos).
However this is a breaking change. We should carefully plan the rollout to avoid confusing users with an older version of JupyterLab. For the classic notebook this is not really an issue as the notebook extension is bundled with the package on PyPI.
cc @Gsbreddy who has already started working on this in side PRs.
#45 restored the
/metricsendpoint, so that JupyterLab (and other frontends) can display the metrics:The reason to move away from
/metricsis to not shadow the default Prometheus endpoint (see #22 for more infos).However this is a breaking change. We should carefully plan the rollout to avoid confusing users with an older version of JupyterLab. For the classic notebook this is not really an issue as the notebook extension is bundled with the package on PyPI.
cc @Gsbreddy who has already started working on this in side PRs.