sapling/eden/fs
Katie Mancini 7e58206c30 Explicitly track current/pending Imports -- fix pending imports
Summary:
Since imports are now queued in `HgQueuedBackingStore`
the metrics for queued imports were broken

the queueing use to happen in `HgBackingStore`, but
 now the queue happens before the imports get here,
 in `HgQueuedBackingStore`, thus these metrics were
only measuring live imports
=> this moves the metrics for queued imports into
`HgQueuedBackingStore` so that they capture both
live and queued imports

**note**: since prefetching in `HgQueuedBackingStore`
is in progress, these metrics are only set-up for when
prefetching this is finished

Reviewed By: chadaustin

Differential Revision: D20714494

fbshipit-source-id: 392337aaa60b44b75184889e6c92cb5d2c2577cc
2020-04-09 12:35:22 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
cli default to checking out the master revision for hg repositories 2020-04-09 00:18:19 -07:00
config exit if the EdenFS lock file ever becomes invalid 2020-03-26 20:17:12 -07:00
fuse add read-only support on macOS 2020-03-24 18:58:29 -07:00
inodes fix an off-by-one issue in the fsck code when formatting dates 2020-04-09 00:18:18 -07:00
journal rename tracing to telemetry 2019-10-15 13:39:41 -07:00
model Include treeEntryTypeFromMode in Windows build 2020-03-31 08:08:36 -07:00
monitor Migrate from TAsyncSocket 2020-03-31 13:20:02 -07:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
py update Python platform checks to use sys.platform 2020-04-03 16:52:32 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service Explicitly track current/pending imports -- refactor and expose current metrics 2020-04-09 12:35:22 -07:00
sqlite fix a missing dependency in a CMakeLists.txt file 2019-11-21 21:43:54 -08:00
store Explicitly track current/pending Imports -- fix pending imports 2020-04-09 12:35:22 -07:00
takeover add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
telemetry Explicitly track current/pending imports -- refactor and expose current metrics 2020-04-09 12:35:22 -07:00
testharness eden: fix multiply defined symbols issue with ImportPriority 2020-03-20 10:56:08 -07:00
utils Cleaning up second definitions of dtype_t 2020-03-10 12:27:51 -07:00
win print an error message if an exception is thrown on Windows 2020-04-08 20:44:45 -07:00
CMakeLists.txt Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00