This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Record remote index usage
ClosedPublic

Authored by kadircet on Jul 26 2021, 8:13 AM.

Details

Summary

This is a gauage metric that sets particular remote-index instances as
used. It should enable accumulation of multiple streams to see number of clangd
processes making use of remote index, broken down by remote index address.

Diff Detail

Event Timeline

kadircet created this revision.Jul 26 2021, 8:13 AM
kadircet requested review of this revision.Jul 26 2021, 8:13 AM
sammccall accepted this revision.Jul 30 2021, 5:33 AM
This revision is now accepted and ready to land.Jul 30 2021, 5:33 AM
This revision was automatically updated to reflect the committed changes.