-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard] broken aggregation and resolution dropdowns #2605
Comments
I am facing a similar error in #2643 . When data is partially available and the component is requesting for aggregated data, the aggregate api call is failing. |
Were you able to fix the issue of the aggregation not being applied on change in the properties panel? Like in the gif I posted? Or is this screenshot why it isn't working? |
@jmbuss Yes, I found the root cause but waiting for product confirmation on the expected. it's not working only when resolution is 'Auto' and Viewport is relative and less than 15 min. in all other scenarios it's working. in this specific scenario, the existing logic returns 0 for resolution so changing aggregation is not updating the Chart. |
Yes that makes sense. Let's get UX input on how to handle this. Will forward this over. As for the error. Can you try reproducing this using the KPI widget? @corteggiano pointed out that it happens with KPI because it has a default of raw data + no aggregation and when you switch to 1min resolution it still doesn't have an aggregation and it breaks. brokenAggrAndResolution.mov |
sure, I saw the error in the console. am debugging |
@jmbuss The KPI widget issue is fixed. The aggregation was not updated properly. PR raised. Please have a look. |
Initial State:
Resolution = Auto Aggregation = Average
issue 1
steps:
seen:
issue 2
steps:
seen:
no change to the widget
expected:
data should change to match new aggregation
brokenResolutionAggregation.mov
The text was updated successfully, but these errors were encountered: