Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:None
-
Epic Link:
-
Team:DM Science
-
Urgent?:No
Description
On the Nightly CI (Gen3, faro): https://chronograf-demo.lsst.codes/sources/2/dashboards/70 dashboard. metrics and datasets collide and end up on wrong plots. There is something amiss about the selections that needs to be sorted out. Probably not filtering correctly on the dataset tag.
It really turned out, when I looked at the panels in the dashboard, that the queries that had been copied over when the dashboard was cloned were just all very confused. They were looking at the wrong template variables and using the wrong filters etc. My work was to clean up the queries, so they all work. I didn't know whether the group would prefer to make the filter a template variable and only display one filter per panel, or if displaying all filters in each panel would provide more information, so I made an example panel showing how to do each of those cases.
I think that does the spirit of what was asked for in this ticket.