#68 switches the main endpoint to /api/metrics/v1, but keeps the original /metrics under a flag.
This should be documented, for example in a new CHANGELOG.md.
Also previous releases of JupyterLab 1.x and 2.x include a status bar item that requests metrics from the deprecated /metrics endpoint. It can be tricky to understand which versions of lab and nbresuse are compatible. However #69 should help with this in the long run.
This is less problematic for classic notebook users since the frontend ships with nbresuse (#69 would do the same for the lab frontend)
#68 switches the main endpoint to
/api/metrics/v1, but keeps the original/metricsunder a flag.This should be documented, for example in a new CHANGELOG.md.
Also previous releases of JupyterLab 1.x and 2.x include a status bar item that requests metrics from the deprecated
/metricsendpoint. It can be tricky to understand which versions of lab and nbresuse are compatible. However #69 should help with this in the long run.This is less problematic for classic notebook users since the frontend ships with
nbresuse(#69 would do the same for the lab frontend)