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

Add monitoring for heavy queries (based on rows read) #79

Open
fschoell opened this issue Jan 17, 2025 · 1 comment
Open

Add monitoring for heavy queries (based on rows read) #79

fschoell opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@fschoell
Copy link

We should

  • Add a histogram metric for rows read per query, so we can have dashboards / alerts if we get a larger number of heavy queries
  • Log all heavy queries (queries that read more than X rows, need to figure out what X is going to be)
@fschoell fschoell added the feature New feature or request label Jan 17, 2025
@0237h
Copy link
Collaborator

0237h commented Jan 17, 2025

Histogram metrics have been added eddea58.

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

No branches or pull requests

2 participants