Skip to content
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

[Backport 5.3.9104] highlight: share log attributes with trace and handle canceled #61889

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

sourcegraph-release-bot
Copy link
Collaborator

While investigating a large number of errors in highlighting I noticed the vast majority where canceled. This commit adds special handling for it and in the process does a few other things to the observability here:

  • Log duration in these errors. This is useful signal to understand if a slow request is being canceled, or we have bad debouncing in a client.
  • Re-use the tracers logger. This has many more fields and avoids duplication.
  • Downgrade cancel error to warning.
  • Include error problem in logs.
  • Factor out the snippet log field creation.

Note I didn't include snippet in the cancel log since it's unlikely to be related to the code being highlighted. Easy to add in if we find that is incorrect.

Test Plan: CI will exercise this code path. Otherwise I will follow-up on dotcom.
Backport b89b99c from #61880

While investigating a large number of errors in highlighting I noticed
the vast majority where canceled. This commit adds special handling for
it and in the process does a few other things to the observability here:

- Log duration in these errors. This is useful signal to understand if a
  slow request is being canceled, or we have bad debouncing in a client.
- Re-use the tracers logger. This has many more fields and avoids
  duplication.
- Downgrade cancel error to warning.
- Include error problem in logs.
- Factor out the snippet log field creation.

Note I didn't include snippet in the cancel log since it's unlikely to
be related to the code being highlighted. Easy to add in if we find that
is incorrect.

Test Plan: CI will exercise this code path. Otherwise I will follow-up
on dotcom.

(cherry picked from commit b89b99c)
@keegancsmith keegancsmith merged commit 1dbec80 into 5.3.9104 Apr 15, 2024
16 checks passed
@keegancsmith keegancsmith deleted the backport-61880-to-5.3.9104 branch April 15, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants