-
Notifications
You must be signed in to change notification settings - Fork 516
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(integrations): Add integration for clickhouse-driver #2167
feat(integrations): Add integration for clickhouse-driver #2167
Conversation
Adds an integration that automatically facilitates tracing/recording of all queries, their parameters, data, and results. See getsentry#2154
@antonpirker - I was going to ping you to remind you about the docs PR for this, but it looks like you weren't even tagged in this PR yet 😆 |
Hey @mimre25 ! |
…se maybe we add some other clickhouse integrations in the future
Hey @mimre25 ! I finally had time to look at your PR. Really great work! I added some code for adding more db connection data to the span (we need this to some magic stuff on the Sentry backend) and also made sure that the Also added the tests to our test mastrix. There is still some work to do, but I will have a look at this tomorrow. Do you know if there is a way to mock clickhouse for the tests? (I am not sure it is a good idea to spin up clickhouse in CI...) |
Unfortunately, I don't know anything to mock clickhouse for tests. If you find something, though, please let me know, I would be very interested in that as well! |
Hey @mimre25 ! When all the tests are green this will be merged and released this week! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Adds an integration that automatically facilitates tracing/recording of all queries, their parameters, data, and results.
Adds an integration that automatically facilitates tracing/recording of all queries, their parameters, data, and results.
Closes #2154
Companion PR for docs: getsentry/sentry-docs#7129