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
I had searched in the issues and found no similar feature requirement.
Description
As the difference between MAL and OAL, some metrics would be separated, e.g. service cpm and k8s service cpm. On the query and/or alerting MQE setup, we may need a single expression for those metrics.
So, I propose this function, top_n_of(exp1, exp2, ...)
Use case
Support to provide unified top N for multiple metric expressions. Note, the expression should keep the precious of those expressions same. Otherwise, top N would be incorrect.
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Yes I am willing to submit a pull request on my own!
Search before asking
Description
As the difference between MAL and OAL, some metrics would be separated, e.g. service cpm and k8s service cpm. On the query and/or alerting MQE setup, we may need a single expression for those metrics.
So, I propose this function,
top_n_of(exp1, exp2, ...)
Use case
Support to provide unified top N for multiple metric expressions. Note, the expression should keep the precious of those expressions same. Otherwise, top N would be incorrect.
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: