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
- Adding support for jupyterlab statusbar-extension [#45](https://github.com/yuvipanda/jupyter-resource-usage/pull/45)[#36](https://github.com/yuvipanda/jupyter-resource-usage/issues/36)
39
+
40
+
**Note**: this release restores the `/metrics` endpoint returning a JSON response, that was removed in `0.3.4`.
41
+
42
+
## 0.3.4
43
+
44
+
- Autoformatting and documentation [#33](https://github.com/yuvipanda/jupyter-resource-usage/pull/33)
45
+
- Add section about CPU usage to the README [#30](https://github.com/yuvipanda/jupyter-resource-usage/pull/30)
46
+
- Make psutil optional dependency of NBResuse [#25](https://github.com/yuvipanda/jupyter-resource-usage/pull/25)
47
+
- Report the memory usage metrics as prometheus metrics [#22](https://github.com/yuvipanda/jupyter-resource-usage/pull/22)
48
+
49
+
**Note**: this release removed the `/metrics` endpoint that was returning a JSON response. As a result, JupyterLab does not display the memory usage indicator in the status bar with `nbresuse==0.3.4`.
50
+
51
+
## 0.3.3
52
+
53
+
- Made memory limit possibly dynamic via passing a callable in the config. [#23](https://github.com/yuvipanda/jupyter-resource-usage/pull/23)
54
+
- Track CPU usage [#21](https://github.com/yuvipanda/jupyter-resource-usage/pull/21)
55
+
56
+
## 0.3.2
57
+
58
+
- Require authentication for /metrics API Handler [#18](https://github.com/yuvipanda/jupyter-resource-usage/pull/18)
59
+
60
+
## 0.3.1
61
+
62
+
- Don't poll in background, since user does not see it [#15](https://github.com/yuvipanda/jupyter-resource-usage/pull/15)
63
+
- Poll instantly once page is foregrounded [#15](https://github.com/yuvipanda/jupyter-resource-usage/pull/15)
64
+
65
+
This should reduce the number of /metrics requests massively, with minimal interruption to user experience.
0 commit comments