feat(integrations): Add integration for clickhouse-driver#2167
feat(integrations): Add integration for clickhouse-driver#2167antonpirker merged 26 commits intogetsentry:masterfrom
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! |
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