Merge "Add one field(sampling_rate_denom) in NetworkDnsEventReported for recording sample rate." am: 929cb5fc7f am: 736173bba2 am: 1b4173d819

am: 60d4f1a5bd

Change-Id: I9d37cac0bca53b3d7c6751ca69c1d304dfe17098
This commit is contained in:
Frank Li
2019-07-22 08:27:16 -07:00
committed by android-build-merger

View File

@@ -5309,6 +5309,9 @@ message NetworkDnsEventReported {
// Additional pass-through fields opaque to statsd.
// The DNS resolver Mainline module can add new fields here without requiring an OS update.
optional android.stats.dnsresolver.DnsQueryEvents dns_query_events = 8 [(log_mode) = MODE_BYTES];
// The sample rate of DNS stats (to statsd) is 1/sampling_rate_denom.
optional int32 sampling_rate_denom = 9;
}
/**