eclipse-researchlabs / scava

Eclipse Public License 2.0
7 stars 1 forks source link

Metric Provider 'Kind' is missing 'INDEXING' in the UI #40

Open davidediruscio opened 4 years ago

davidediruscio commented 4 years ago

Currently in the latest build of the platform, the UI shows that there are two types of metric providers TRANSIENT and HISTORIC. However, there is also a third type known as INDEXING. This collection of metric providers do not compute metrics based on the content of the delta, but rather stores the output of transient metric providers within Elasticsearch.

Internally, they are their own type to ensure they run at a specific point in the delta analysis pipeline. Therefore, I think this should also be reflected in the user interface so these 'Kind' of metric providers are easily identifiable by users.

I have included a screen shot to clarify what the users currently see. Indexing Metric Providers have been highlighted.

cm

davidediruscio commented 4 years ago

Additionally , notice that there is not quick way to see what are active indexers on a specific task in the UI. Currently the UI can only show MP with viz: image

If one wants to know which indexers are associated with a task, he would need to edit the task and review the metrics list seeking for enabled checkboxes => it's not handy.