sapling/hgext/fsmonitor
Mark Thomas ad1f8c211c fsmonitor: add telemetry for watchman status
Summary:
Adds telemetry showing the status of watchman during an invocation of HG.

The new key, `fsmonitor_status` takes the value:
* `exception` if an exception occurred during the call to watchman.
* `unavailable` if watchman was unavailable.
* `fresh` if a fresh instance of watchman was encountered.
* `normal` if watchman was available normally.

Differential Revision: D6845070

fbshipit-source-id: 5ccf61a1009cdccbc0d1786b2533c3a7fc6ac2c9
2018-04-13 21:51:00 -07:00
..
pywatchman fsmonitor: correct an error message 2017-08-10 09:37:50 -07:00
__init__.py fsmonitor: add telemetry for watchman status 2018-04-13 21:51:00 -07:00
state.py fsmonitor: use configitem 2017-10-01 22:26:24 +01:00
watchmanclient.py fsmonitor: fix exception message scraping 2016-12-21 13:51:34 -08:00