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

Additional metrics and logging for query performance visibility #21

Open
robert-becker-hs opened this issue Oct 17, 2022 · 0 comments
Open
Labels
proposed Proposed by community, to be reviewed by service team

Comments

@robert-becker-hs
Copy link

The current metrics and logs provide limited visibility into how queries perform in AMP. The users don't have visibility into the query duration, queries per second, failed queries, or how many QSPs were used for querying. The latter would especially provide insights into potential cost optimizations (since QSPs are used for calculating the cost of querying AMP).

Additional logs could help to debug failing queries or which queries need optimization. Especially for companies where a multitude of teams write their own queries (e.g Grafana), having this sort of logging output would be a great help in having better visibility into how the system is used. Having a config for a "query time threshold" could be advantageous which would only log queries if their execution time passes a certain (configurable) threshold.

@ampabhi-aws ampabhi-aws added the proposed Proposed by community, to be reviewed by service team label Oct 24, 2022
@jeromeinsf jeromeinsf assigned jeromeinsf and unassigned jeromeinsf Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed Proposed by community, to be reviewed by service team
Projects
None yet
Development

No branches or pull requests

3 participants