-
Notifications
You must be signed in to change notification settings - Fork 264
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
Add spans and drop large size high volume logs to trace level #2028
Conversation
3a1ff7b
to
66723f6
Compare
cc @helsaawy |
8d797b3
to
cf3c671
Compare
cf3c671
to
bbc5765
Compare
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.
I agree with downgrading the traces, but I dont think all the new spans are needed, since we already have ones to span the message lifetime
Pushed new changes to address this. |
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.
LGTM
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This PR adds spans and drops debug logs to trace logs for large size high volume debug logs (bridge send, bridge receive, request read request and request write response traces). These logs carry the payload and incoming/outgoing message fields which cause the message column to be between 1000-4500 bytes. But since these logs are helpful for connectivity issues, it would be helpful to add spans and drop to trace level.