G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
98 stars 19 forks source link

Metrics are not listed in the conditional grouping dropdown options #1216

Closed jescalada closed 4 months ago

jescalada commented 5 months ago

We want to show all the metrics for selected experiments and allow conditionally grouping by them (we need to update both the old ChartPopover and the new ChartPopoverAdvanced to show the entire list of metrics).

In this example, we would like "foo" to also show up in the list of metrics (not just the context keys):

image

This may cause undefined behaviour when a metric is actually selected, implementing the metric grouping logic may be required.