tree: 0b3b2664fed59c9b585705bd96483e2eb6d3aecd [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. COMMON_METADATA
  9. config.cc
  10. config.h
  11. config_unittest.cc
  12. context.cc
  13. context.h
  14. context_manager.cc
  15. context_manager.h
  16. context_unittest.cc
  17. DEPS
  18. DIR_METADATA
  19. dispatcher.cc
  20. dispatcher.h
  21. dispatcher_unittest.cc
  22. domain_reliability_export.h
  23. features.cc
  24. features.h
  25. google_configs.cc
  26. google_configs.h
  27. google_configs_unittest.cc
  28. monitor.cc
  29. monitor.h
  30. monitor_unittest.cc
  31. OWNERS
  32. quic_error_mapping.cc
  33. quic_error_mapping.h
  34. README.md
  35. scheduler.cc
  36. scheduler.h
  37. scheduler_unittest.cc
  38. test_util.cc
  39. test_util.h
  40. uploader.cc
  41. uploader.h
  42. uploader_unittest.cc
  43. util.cc
  44. util.h
  45. 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.