Closed
Bug 1219790
Opened 10 years ago
Closed 10 years ago
Make Telemetry histogram dash views embeddable as IFRAMEs
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(firefox45 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: vladan, Assigned: chutten)
References
(Blocks 1 open bug)
Details
User Story
Most teams have multiple Telemetry histograms and it would be desirable to show all related histograms on one page.
The easiest way to accomplish would be to make histogram views embeddable as an IFRAME. Teams could then easily create overview pages.
This would also make it easy to create a dashboard for monitoring e10s performance progress. One column would be performance histograms with e10s=true and the other column would be the same histograms with e10s=false.
Assignee | ||
Comment 1•10 years ago
|
||
Patch up for review and pull: https://github.com/mozilla/telemetry-dashboard/pull/188
Test page: http://chutten.github.io/telemetry-dashboard/e10s.html
Assignee | ||
Comment 2•10 years ago
|
||
The new Telemetry Wrapper is served by telemetry.mozilla.org at telemetry.mozilla.org/wrapper. It satisfies this requirement in a kind of sideways way, by allowing authors to write pages embedding telemetry plots however they'd like using a one-line API: TelemetryWrapper.go(params, parentEl);
So, not really iframes. But much the same in spirit.
See https://github.com/mozilla/telemetry-dashboard/tree/gh-pages/wrapper for more information.
See bug 1210649 for progress on how this will be used.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Data Platform and Tools
Updated•2 years ago
|
Component: Telemetry Dashboards (TMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•