Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b23258c authored by Frank Li's avatar Frank Li Committed by android-build-merger
Browse files

Merge "Add one field(sampling_rate_denom) in NetworkDnsEventReported for...

Merge "Add one field(sampling_rate_denom) in NetworkDnsEventReported for recording sample rate." am: 929cb5fc am: 736173bb am: 1b4173d8
am: 60d4f1a5

Change-Id: I9d37cac0bca53b3d7c6751ca69c1d304dfe17098
parents 882b41ea 60d4f1a5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}

/**