Skip to content
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

Order option for Explorer visualisation #1748

Open
cseas opened this issue Jul 18, 2022 · 1 comment
Open

Order option for Explorer visualisation #1748

cseas opened this issue Jul 18, 2022 · 1 comment

Comments

@cseas
Copy link
Contributor

cseas commented Jul 18, 2022

Use Case

We want to find the top 5 merchants with the highest number of calls. This is not possible with the current UI since the groupBy results are sorted to show the tags with the least number of calls by default.

problem

Proposal

The explore GraphQL query already supports ordering of results. Add an option to the UI so the user can choose to sort the results.

solution

Questions to address (if any)

This has been solved in the Razorpay fork, see razorpay#49

@aaron-steinfeld
Copy link
Contributor

The feature makes sense (and I believe someone had mentioned working on this? @anandtiwary do you know if this got picked up?), but any solution will need to support selecting metrics (attribute and aggregation, if applicable), rather than the implicit assumption that we always want to sort by the first selected metric that's being done in this screenshot. For example, I could want to see the p99 latency for the my highest volume merchants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants