commit | b711873772979947f065fc7c613a10ca5bc06970 | [log] [tgz] |
---|---|---|
author | Andrew Paseltiner <apaseltiner@chromium.org> | Tue Apr 29 15:43:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 29 15:43:23 2025 |
tree | 3935b76ecdff68eb25913bde85ffabe8eed7f2a2 | |
parent | 9ff7cb438d09154a537b6143f0aaabc55fc83ba0 [diff] |
Combine null and non-null aggregatable report metrics in network sender These reports have the same request format and report URL, so there is no real benefit to measuring them separately. We have other metrics like Conversions.AggregatableReport.ReportSendOutcome2 that can be used for higher-level success/failure for non-null reports specifically. OBSOLETE_HISTOGRAMS=Merged into same-named metrics without `Null` suffix and with `2` suffix Change-Id: I3155f50b07d496c13f14c97b03d81e951f73c652 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6494185 Reviewed-by: Nan Lin <linnan@chromium.org> Commit-Queue: Andrew Paseltiner <apaseltiner@chromium.org> Cr-Commit-Position: refs/heads/main@{#1453285}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.