Clicking on a dot in a graph should display a table of the jobs associated to it

Bug #1549487 reported by Masayuki Igawa
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Health
New
Undecided
Unassigned

Bug Description

Clicking on a dot in a graph should display a table of the jobs associated to it.
It's easy to find what's happening for users.

Revision history for this message
Matthew Treinish (treinish) wrote :

So this is actually a lot more difficult then you're probably assuming. The data we're using for graphing most things is being processed in a few ways. The most obvious of which is that it's being resampled (at least once) into a different resoltion based on the selector. We're also doing some mild interpolation for missing data points. The numeric data we end up graphing doesn't really map back to a single run.

What we're really looking for here though is to map the metadata for the runs we're graphing to the data in the graph. Assuming you're talking about the per test graphs I think if we added an optional filter selection to graphs to select which results we're showing that would accomplish the same goal. It would require a new rest call for each filter (and for a while we probably could only support a single filter) but that would at least give users an indication of where the data is coming from.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.