[roll] Roll fuchsia [power][broker] Improve power broker instrumentation

Core power broker changes have been documented at:
go/fuchsia-power-broker-obs-improve

As part of this change the Graph API has been simplified to:
- Not be opinionated about emitting events. This is left to clients of
  it who wish to track changes to the graph.
- Not be opinionated about the format of the metadata as key-value
  pairs. Instead give full control of it to clients of the API.

Original-Bug: 402226404
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231445
Original-Revision: a989cbbf9ddf32877e02f9c09704f38c3a0e0833
GitOrigin-RevId: 4c7cc74290c2fcf08d9aabf767bd0c5f8dd3d3b5
Change-Id: I3d6548967ffe17fba9955a5e0ae7c07a5f187dcf
1 file changed
tree: ef0f2004f96b066ae6d0d6dd0856e6542cc74ef5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.