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

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.