tree: 4690b78eb61bfa299a55e2c6bff2781d80a09780 [path history] [tgz]
  1. baked_in_configs/
  2. bake_in_configs.py
  3. baked_in_configs.h
  4. beacon.cc
  5. beacon.h
  6. BUILD.gn
  7. clear_mode.h
  8. config.cc
  9. config.h
  10. config_unittest.cc
  11. context.cc
  12. context.h
  13. context_manager.cc
  14. context_manager.h
  15. context_unittest.cc
  16. DEPS
  17. dispatcher.cc
  18. dispatcher.h
  19. dispatcher_unittest.cc
  20. domain_reliability_export.h
  21. google_configs.cc
  22. google_configs.h
  23. google_configs_unittest.cc
  24. monitor.cc
  25. monitor.h
  26. monitor_unittest.cc
  27. OWNERS
  28. quic_error_mapping.cc
  29. quic_error_mapping.h
  30. README.md
  31. scheduler.cc
  32. scheduler.h
  33. scheduler_unittest.cc
  34. test_util.cc
  35. test_util.h
  36. uploader.cc
  37. uploader.h
  38. uploader_unittest.cc
  39. util.cc
  40. util.h
  41. util_unittest.cc
components/domain_reliability/README.md

Domain Reliability

This directory contains the implementation of Domain Reliability, which provides out-of-band reporting of network errors encountered when connecting to certain Google properties, enabling client-side reliability monitoring for those domains.

Domain Reliability is the precursor to Network Error Logging and Reporting, which are general solutions available for any origin (not just Google-owned domains).

The implementation is structured similarly to a combination of Network Error Logging (see //net/network_error_logging/) and Reporting (see //net/reporting).

Googlers may refer to go/client-side-reliability-monitoring.