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
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,19 @@
57
57
* (v2.4) check before trying to call window.sendToChild,
58
58
which is safely missing on most pages. Fixes [#1910](https://github.com/mozilla-services/pageshot/issues/1910)[5333ae7](https://github.com/mozilla-services/pageshot/commit/5333ae7)
59
59
60
+
### Version 2.5
61
+
62
+
A version released to improve some operational issues.
* Make the /metrics page disableable with $DISABLE_METRICS [a18437a](https://github.com/mozilla-services/pageshot/commit/a18437a)
67
+
* Don't recreate the metrics if they are fresh enough Make the
68
+
polling interval on refreshing metrics slightly randomized, so multiple
69
+
workers don't pile on [8d61f00](https://github.com/mozilla-services/pageshot/commit/8d61f00)
70
+
* send Raven report when metrics updating fails
71
+
Allow REFRESH_METRICS_TIME to be 0, disabling the refresh. Fixes [#1946](https://github.com/mozilla-services/pageshot/issues/1946)[e4da720](https://github.com/mozilla-services/pageshot/commit/e4da720)
0 commit comments