Open ansjcy opened 2 months ago
Currently there's no good interfaces/types definitions for query insights dashboards. We need to refactor the code to improve the maintainability.
For example, requests and responses to top n queries APIs are all defined as any. We should define concrete types for them instead.
any
N.A.
Triage - We need to pick this up by 2.18.
Is your feature request related to a problem?
Currently there's no good interfaces/types definitions for query insights dashboards. We need to refactor the code to improve the maintainability.
What solution would you like?
For example, requests and responses to top n queries APIs are all defined as
any
. We should define concrete types for them instead.What alternatives have you considered?
N.A.