sapling/eden/fs/telemetry
Chad Austin 9a5f0093f2 introduce a scribe logger that communicates with scribe_cat
Summary: Introduce a new ScribeLogger class that spawns and maintains a process. Log messages are newline-delimited and written to the process's stdin. If the process stops responding or responds too slowly, log messages are dropped.

Reviewed By: pkaush

Differential Revision: D17777215

fbshipit-source-id: c998d10c73fc103122d69ae19c5d84f58b7939d2
2019-10-22 12:42:54 -07:00
..
test introduce a scribe logger that communicates with scribe_cat 2019-10-22 12:42:54 -07:00
CMakeLists.txt introduce a scribe logger that communicates with scribe_cat 2019-10-22 12:42:54 -07:00
EdenStats.cpp rename tracing to telemetry 2019-10-15 13:39:41 -07:00
EdenStats.h rename tracing to telemetry 2019-10-15 13:39:41 -07:00
ScribeLogger.h introduce a scribe logger that communicates with scribe_cat 2019-10-22 12:42:54 -07:00
SubprocessScribeLogger.cpp introduce a scribe logger that communicates with scribe_cat 2019-10-22 12:42:54 -07:00
SubprocessScribeLogger.h introduce a scribe logger that communicates with scribe_cat 2019-10-22 12:42:54 -07:00
Tracing.cpp rename tracing to telemetry 2019-10-15 13:39:41 -07:00
Tracing.h rename tracing to telemetry 2019-10-15 13:39:41 -07:00