Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/253657
Change subject: Show yearly graphs ...................................................................... Show yearly graphs Support for a one-year range was built into coal / coal-web from the beginning (try https://performance.wikimedia.org/coal/v1/metrics?period=year) but I did not include it in the UI. But now that we already have eight months' worth of data, it makes sense to turn it on. The section of the graph that represents the time before eight months' ago will have the same value as the first real measurement. So the graph will simply be artificially flat in that part. I think it is not too misleading. Change-Id: I488a2178d27554a481d3aff6ef45bb653d94f846 --- M public_html/index.html 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/performance/docroot refs/changes/57/253657/1 diff --git a/public_html/index.html b/public_html/index.html index c5dc622..885fda8 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -53,6 +53,7 @@ <li role=presentation id=day class="active"><a href="#!/day">Past Day</a></li> <li role=presentation id=week><a href="#!/week">Past Week</a></li> <li role=presentation id=month><a href="#!/month">Past Month</a></li> + <li role=presentation id=year><a href="#!/year">Past Year</a></li> </ul> <div id=metrics></div> </div> -- To view, visit https://gerrit.wikimedia.org/r/253657 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I488a2178d27554a481d3aff6ef45bb653d94f846 Gerrit-PatchSet: 1 Gerrit-Project: performance/docroot Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
