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

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.