Bug 883606 - Create "Reports and Metrics" links page
Summary: Create "Reports and Metrics" links page
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: web UI
Version: 0.10
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: 0.11
Assignee: Raymond Mancy
QA Contact: Dan Callaghan
URL:
Whiteboard:
Depends On:
Blocks: 193142 584783 741960 839583 877274
TreeView+ depends on / blocked
 
Reported: 2012-12-05 00:13 UTC by Nick Coghlan
Modified: 2018-02-06 00:41 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-17 04:34:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Nick Coghlan 2012-12-05 00:13:58 UTC
To support enhanced reporting and metrics without placing additional load on the main Beaker server, we want to integrate well with external reporting tools (such as Graphite and Jasper).

The simplest way to do this is to provide a "Reports and Metrics" link page in the main UI for linking to external reporting tools (like Graphite and Jasper).

This will allow the reporting systems to be made discoverable from the main UI, without placing any load on the main server, or coupling Beaker to specific reporting systems.

Comment 1 Nick Coghlan 2012-12-05 00:23:45 UTC
Proposed location for the main nav link to the new page of external links: "Reports -> External"

My initial thought is that it makes sense to store this as a new database table mapping report names to external links, and allow Beaker admin users to add and remove entries, but I'm open to other suggestions.

Comment 2 Raymond Mancy 2012-12-14 07:49:40 UTC
http://gerrit.beaker-project.org/#/c/1572/

Comment 5 Dan Callaghan 2012-12-20 06:17:12 UTC
External report URLs are truncated to 200 characters, which is far too short (for example, all our recommended Graphite URLs are 300+ characters when a real hostname is substituted in). The url column should just be TEXT, no need to enforce a limit on the length.

Setting back to ASSIGNED.

Comment 6 Raymond Mancy 2013-01-03 03:34:20 UTC
http://gerrit.beaker-project.org/#/c/1594/1

Comment 8 Dan Callaghan 2013-01-04 07:00:05 UTC
Setting back to ASSIGNED. The UI needs to be a bit more compact. No need to show the complete text of the report URL (which is likely to be very long for Graphite links).

My suggestion is:

    <dl>
      <dt><a href="reporturl..">Name of report</a></dt>
      <dd>Description of report</dd>
      <dt>...

Comment 9 Raymond Mancy 2013-01-07 00:46:50 UTC
http://gerrit.beaker-project.org/#/c/1605/

Comment 13 Dan Callaghan 2013-01-17 04:34:30 UTC
Beaker 0.11.0 has been released.


Note You need to log in before you can comment on or make changes to this bug.