Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
baked_in_configs 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
COMMON_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
bake_in_configs.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
baked_in_configs.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
beacon.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
beacon.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
clear_mode.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
config.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
config.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
config_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
context.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
context.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
context_manager.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
context_manager.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
context_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
dispatcher.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
dispatcher.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
dispatcher_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
domain_reliability_export.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
google_configs.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
google_configs.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
google_configs_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
monitor.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
monitor.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
monitor_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
quic_error_mapping.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
quic_error_mapping.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scheduler.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scheduler.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
scheduler_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
test_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
test_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
uploader.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
uploader.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
uploader_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
util_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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.