This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Dont include version string in update tasks
ClosedPublic

Authored by kadircet on Apr 19 2022, 9:26 AM.

Details

Summary

This increases cardinality of span latency metrics. Currently this was
being shown to the user via file status updates as Running Update (x) after
this change we'll only display Running Update. This also affects logs in case
of a crash, but contents and version number for inputs are printed separately in
that case already.

Diff Detail

Event Timeline

kadircet created this revision.Apr 19 2022, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 9:26 AM
kadircet requested review of this revision.Apr 19 2022, 9:26 AM
sammccall accepted this revision.Apr 19 2022, 10:24 AM
This revision is now accepted and ready to land.Apr 19 2022, 10:24 AM
This revision was automatically updated to reflect the committed changes.