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
feat(aci): Add custom datasets for detectors (#94800)
We were using discover datasets for metric detectors which helped us
quickly demo how we can reuse their configurations to populate the
dropdowns for metric aggregate options.
Some differences between widgets and detectors
- Their functions expect a WidgetQuery object
- We don't really use the pageFiltersStore as our source of truth, all
of their stuff does and hooks/contexts directly read from the store
- We can avoid making contexts that only wrap react query
- We might have a different set of allowed functions and tags or default
queries
- Transforming to a graph series for us is different and needs to be
exported for chartcuterie
0 commit comments