Open lelilia opened 10 months ago
I think there is an issue with the group_by_dimension feature
in the https://github.com/mozilla/opmon/blob/e3b07418f676648fa7eb29c8b8bea01d91c30b69/opmon/templates/metric_query.sql#L49 merged_metrics the group by ignores the group_by_dimension which then leads to possible spreading in the joined_metrics where we don't join on group_by_dimension but group by it
group_by_dimension
┆Issue is synchronized with this Jira Task
https://github.com/mozilla/opmon/pull/178
I think there is an issue with the group_by_dimension feature
in the https://github.com/mozilla/opmon/blob/e3b07418f676648fa7eb29c8b8bea01d91c30b69/opmon/templates/metric_query.sql#L49 merged_metrics the group by ignores the
group_by_dimension
which then leads to possible spreading in the joined_metrics where we don't join ongroup_by_dimension
but group by it┆Issue is synchronized with this Jira Task