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

feat(http): add metrics on panics & query #12629

Merged
merged 5 commits into from
Aug 31, 2023

Conversation

flaneur2020
Copy link
Member

@flaneur2020 flaneur2020 commented Aug 30, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

this pr add metrics for both errors & panics on query executions, thus may makes us easier to found out unexpected issues as fast as possible.

Closes #12628


This change is Reviewable

@vercel
Copy link

vercel bot commented Aug 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
databend ⬜️ Ignored (Inspect) Visit Preview Aug 30, 2023 11:50am

@flaneur2020 flaneur2020 marked this pull request as ready for review August 30, 2023 11:23
@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Aug 30, 2023
@flaneur2020 flaneur2020 marked this pull request as draft August 30, 2023 11:53
@flaneur2020 flaneur2020 marked this pull request as ready for review August 31, 2023 03:07
@BohuTANG BohuTANG merged commit e3d779e into databendlabs:main Aug 31, 2023
andylokandy pushed a commit to andylokandy/databend that referenced this pull request Nov 27, 2023
* add code

* add panic metrics

* rename to response_errors

* rename to panics

* fix lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Observability: add metrics about panics & errors on executing queries
4 participants