[roll] Roll fuchsia [feedback] Add ability to exclude annotations

Note: this CL does not change any functionality, but lays groundwork for
allowing products to exclude annotations from collection.

Annotation providers will no longer be constructed if none of the
annotations collected by that provider are in the allowlist, with the
"allowlist" being the list of default snapshot annotations minus the
product-supplied exclusion list.

Products may want to exclude annotations from collection if they are
irrelevant, incorrect, or impossible to collect. By not constructing the
provider, Feedback will not attempt FIDL connections that may not be
possible.

Excluded annotations will be marked as "not available in product" in
metadata.json.

Original-Bug: 413747327
Tested: `fx test //src/developer/forensics`
Tested: `fx shell crasher` @ 0bbc2585f6c53801, expected annotations
still present
Tested: `fx shell crasher` @ d6c22f651b3da952 w/
"system.update-channel.target" added to exclusion list

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1271298
Original-Revision: 2540e15f3b5989050c2d712968314bbec5a8eb41
GitOrigin-RevId: 82f5306ba7da414bae2e3f243f8d0b5fa59d3ea2
Change-Id: Ia3b97a4762e3eab401fb500c29bc0095699d5473
1 file changed
tree: f6b925a013c8e39c7a2c6cecfdc1d6aa51d27c6b
  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.