-
Notifications
You must be signed in to change notification settings - Fork 475
Fix duplicate trace rows and reenable writing trace #6249
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
Conversation
|
@mayberryzane let me know if you think we should move to async writes now or if that's something we should consider in a follow up. |
It's probably worth doing now since we were getting |
This reverts commit 037218e.
Summary
Re-enables writing traces to Clickhouse and fixes a bug where we were duplicating traces.
How did you test this change?
Unit test - see the new assertion on
len(tracesMessage.PushTraces.TraceRows).Are there any deployment considerations?
Will monitor Clickhouse metrics once this rolls out.