tree: 8baf7d5fbf53f94ecce973d4b12450f88ed2465d [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. DIR_METADATA
  18. dispatcher.cc
  19. dispatcher.h
  20. dispatcher_unittest.cc
  21. domain_reliability_export.h
  22. features.cc
  23. features.h
  24. google_configs.cc
  25. google_configs.h
  26. google_configs_unittest.cc
  27. monitor.cc
  28. monitor.h
  29. monitor_unittest.cc
  30. OWNERS
  31. quic_error_mapping.cc
  32. quic_error_mapping.h
  33. README.md
  34. scheduler.cc
  35. scheduler.h
  36. scheduler_unittest.cc
  37. test_util.cc
  38. test_util.h
  39. uploader.cc
  40. uploader.h
  41. uploader_unittest.cc
  42. util.cc
  43. util.h
  44. 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.