[all-commits] [llvm/llvm-project] 1aa3a5: [clangd] Dont include version string in update tasks

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Tue Apr 19 10:27:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1aa3a54921a1e6bb43ff14c072b9129aa78d6988
      https://github.com/llvm/llvm-project/commit/1aa3a54921a1e6bb43ff14c072b9129aa78d6988
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2022-04-19 (Tue, 19 Apr 2022)

  Changed paths:
    M clang-tools-extra/clangd/TUScheduler.cpp

  Log Message:
  -----------
  [clangd] Dont include version string in update tasks

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.

Differential Revision: https://reviews.llvm.org/D124013




More information about the All-commits mailing list