-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Metadata selection for dashboard widgets #388
Comments
Can you explain more about what you want to see? It sounds like you actually want a new widget. |
Also, the additional_filters field allows you to add a number of extra filters to help filter down your data. Did you take a look at the documentation for that? |
@rsnyman I'll chime in here. Its possible this would be a separate widget definition instead of a change to the existing run aggregation and result aggregation widgets. With the current widgets, the additional_filters field doesn't provide the desired functionality, and actually nearly makes them useless if we have multiple snaps in a given week. For clarity in the discussion, we have two metadata fields we're looking at here, Version and Snap. Version is going to be in an X.Y.Z format, and indicates the major/minor software version. Snap is going to be in an X.Y format, and indicates weekly (ish) builds of a given version. Taking run aggregation as an example we can create a widget that filters on a major version of satellite - say But, we will get snap 1.0, and snap 2.0, and all of those results will be included in this, because the widget only allows for changing the number of weeks of runs to include. For our use case, we need a field to be able to provide an additional MetaFilter, instead of only selecting There are other metadata filtering use cases that would be available if the aggregation widgets had a Maybe this is a separate widget, maybe when creating a Run Aggregation (or result aggregation) widget, you can select between time-based dynamic filters, or MetaFilter based, and you'll have one or the other available in the resulting widget. |
In the
And that would show you the data you want at least. This would be limited to show only data from the past 6 weeks, and you would need to have a widget for each Getting exactly what you want will probably require a new widget. |
@john-dupuy hit the nail on the head - possible with the additionalfilters, but then the widget is only relevant for a few weeks while that z-stream is active. What I heard:
|
Allow for customization of dynamic parameters in dashboard widgets. For Satellite, associates will look at results over snaps and not over number of weeks, which is the current implementation.
Examples:
Grouping by Z stream
Pass rate snap over snap, i.e 6.11.1 snap 1 vs 6.11.1 snap 2
The text was updated successfully, but these errors were encountered: