mozilla / opmon

Operational Monitoring (OpMon) đŸ“ˆ
Mozilla Public License 2.0
7 stars 5 forks source link

bug for group_by_dimension #177

Open lelilia opened 10 months ago

lelilia commented 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

┆Issue is synchronized with this Jira Task

lelilia commented 9 months ago

https://github.com/mozilla/opmon/pull/178