-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Include filter parameters labels and childFilter in stats endpoints #6521
Comments
Hi can i pick this issue, thanks !! |
Absolutely, go for it @Amandixit10! 🚀 |
I am working on this issue, updating the status here. Thanks. |
Hi @Amandixit10, as there is no visible progress on this, I'll unassign you, but if you do open a PR, it will be reviewed and you'll be assigned once again if no one handles it in the meantime. |
@MilosPaunovic can i pick this up? |
Absolutely, go for it @Malaydewangan18! 🚀 |
@MilosPaunovic |
Feature description
Execution endpoints allow to use
labels
andchildFilter
filters while searching.Unfortunately following stats endpoints for executions doesn't allow that:
/api/v1/stats/executions/daily
/api/v1/stats/executions/daily/group-by-flow
/api/v1/stats/executions/daily/group-by-namespace
/api/v1/stats/executions/latest/group-by-flow
I looked at the source code and it looks like DB repository is prepared for that functionality (method
filteringQuery
). The problem is that parameterslabels
andchildFilters
are not defined in controller action and so passed asnull
to the methodfilteringQuery
fromdailyStatisticsQuery
Is it possible that this extension will be implemented? Thank you
The text was updated successfully, but these errors were encountered: