tree: e0b3396ca59200a4bb4070933b2907978129b703 [path history] [tgz]
  1. common/
  2. constants/
  3. cros_healthd/
  4. cros_healthd_event_tool/
  5. cros_healthd_mojo_adapter/
  6. dbus/
  7. diag/
  8. dpsl/
  9. ectool/
  10. grpc/
  11. grpc_async_adapter/
  12. init/
  13. mojo/
  14. routines/
  15. telem/
  16. udev/
  17. wilco_dtc_supportd/
  18. BUILD.gn
  19. OWNERS
  20. README.md
diagnostics/README.md

Device Telemetry and Diagnostics

This implements daemons and libraries providing device telemetry and diagnostics.

wilco_dtc_supportd

The daemon that collects telemetry information and exposes APIs that allow to access it. This daemon also acts as a proxy to the more heavily isolated wilco_dtc daemon (Wilco DTC - wilco diagnostics and telemetry controller).

wilco_dtc

This daemon will process the telemetry information provided by the wilco_dtc_supportd daemon. Exposes an API that allows to obtain the output of the telemetry processing.

APIs between wilco_dtc_supportd and browser

The bidirectional API between wilco_dtc_supportd and the browser is based on Mojo. The bootstrapping of the Mojo connection is performed via D-Bus - specifically, by the browser calling the BootstrapMojoConnection method.

APIs between wilco_dtc_supportd and wilco_dtc

The bidirectional API between wilco_dtc_supportd and wilco_dtc is based on gRPC running over Unix domain sockets.