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 support for query log metrics in ClickHouse #9

Open
sivasamyk opened this issue Oct 25, 2018 · 0 comments
Open

Add support for query log metrics in ClickHouse #9

sivasamyk opened this issue Oct 25, 2018 · 0 comments
Assignees

Comments

@sivasamyk
Copy link
Contributor

ClickHouse DB exposes per query stats in system.query_log which can be enabled by setting log_queries=1. This table has info about query duration, memory used, rows read/written, bytes read/written etc. These stats shall be grouped based on table & query type (insert/select).

@sivasamyk sivasamyk self-assigned this Oct 25, 2018
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

1 participant