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

[Draft] Query Insight Plugin with Top Queries feature #11506

Closed
wants to merge 7 commits into from

Commits on Feb 6, 2024

  1. Top N Queries Implementation and Basic Query Insight Framework

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a007b1f View commit details
    Browse the repository at this point in the history
  2. refactor query insight components into plugin

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d39c33c View commit details
    Browse the repository at this point in the history
  3. improve the unit test and integ test coverage for query insight plugin

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2621566 View commit details
    Browse the repository at this point in the history
  4. refactor exporter, enrich response, add limits to windows

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    87f0e10 View commit details
    Browse the repository at this point in the history
  5. Increase JavaDoc coverage and update PR based comments

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    80e3179 View commit details
    Browse the repository at this point in the history
  6. Refactor record and service to make them generic

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7664b61 View commit details
    Browse the repository at this point in the history
  7. refactor service for improving multithreading efficiency

    Signed-off-by: Chenyang Ji <cyji@amazon.com>
    ansjcy committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fba0556 View commit details
    Browse the repository at this point in the history