You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
When the dataset configuration tried to set some default (not sure which one). The code looks at the metric catalog and tries to create the metric table in prom_data. But this isn't a metric table, it's a continous agg which has been registered. So something in our default setting code isn't handling continous aggs correctly.
Probably a blocker for downsampling too, since they register in the same way.