"Daily stats" chart does not match filter results #8941
Labels
area/backend
Needs backend code changes
area/frontend
Needs frontend code changes
bug
Something isn't working
Describe the issue
Results displayed by the chart above Flows/Executions result table and the tabular result itself doesn't match. This difference is confusing.
Example of filtering FAILED executions which brings "Total 0" results in the tabular listing but still displays "Total Executions 2" SUCCESS executions in the chart.
It seems the endpoint defined by
StatsController
still accepts the legacy String query parameterq
. This means the current superseding complexfilters
parameter doesn't have any effect on the provided stats.The controller itself is marked as deprecated so the path forward is not clear.
Environment
The text was updated successfully, but these errors were encountered: