-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Experiment with Sentry performance monitoring for BigQuery destination #9328
Comments
@tuliren Could we actually switch this to be focused on destinations? With the recent timeline change to getting snowflake in GA, it would be very helpful to do this experiment for snowflake so we can start collecting metrics about it asap. |
I have updated this issue to start with BigQuery, instead of databases. |
@alexandr-shegeda, @oustynova, can this issue be prioritized starting next week (2022-01-10)? We just realized that it is more important than we previously thought. If this project cannot be prioritized any time soon, I can work on it. |
@alexandertsukanov, any update or ETA of this issue? |
@tuliren Hi Liren! However, I Have a couple of questions:
Thanks. |
Cool.
You can start with instrumenting the
What do you mean by DSL?
Oh, right. My bad. Is it too late to switch to Snowflake destination? If not, the |
@tuliren
Also, should we have some filter for sensitive information? (Some keywords we should ignore in logs, etc). |
I believe we can should use Performance Metrics, at least in IntegrationRunner#run, as its provide us useful info about about Duration Breakdown here is an example: You can give me your email I can provide you an access to my test-application, after you can see which info we have in Performance metrics. Thanks. |
You can use yours for now. We will figure out these variables to inject into the cloud later.
Cool. It would be very helpful if you can add the integration for Snowflake as well.
Secrets should already be removed from the logs. There may be some edge cases. We can look into this later.
This looks nice. Thanks. I will DM you my email. |
Current status
Remaining TODOs
|
Acceptance criteria
I have created a new Sentry project: test-java-connector. Feel free to use this one, or create new testing project if necessary.
The text was updated successfully, but these errors were encountered: