[roll] Roll cobalt [event_logger] Accept log to impossible bucket with 0 count

Sampler logs integer histogram to Cobalt as a full, dense vector of
HistogramBucket structs, which means, the impossible buckets are also
included in the vector, even with a 0 count. Event logger should accept
histogram with 0 [count] for impossible buckets instead of reject any
HistogramBucket struct where [index] is impossible.

Original-Fixed: 444512000

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1366636
Original-Revision: 9d6804615a19612e3e4d2afc1971cd9dbb6833ee
GitOrigin-RevId: 1e9bd650f08d7b27f1dcea2d72fa2f28aa75cf80
Change-Id: I1e4ee19ae84e488d6a019eac8396ecc42d49e562
1 file changed
tree: 0b937e9f58c00b2493aed67faf73450146b26b94
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.