[roll] Roll fuchsia [memory] Log memory_monitor's digests into inspect

memory_monitor semi-periodically logs current memory usage, aggregated
in configurable memory buckets. Those logs have a tendency to get lost
in case of increased logging activity by the system, which loses
history.

This change pushes this aggregations inside memory_monitor's inspect
hierarchy, ensuring that we keep the most recent N entries for a
sensible value of N. To save memory, buckets are positionally encoded:
the entry at index i corresponds to values relevant to the ith
bucket. The order is saved in a reference string array.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177813
Original-Revision: b503cb272106fbbeb7ce29c63105e617d7449384
GitOrigin-RevId: c1b329e3a127d5ab0d9cca29f99233529127e302
Change-Id: I1ab8c4d5be3b536763b412b0b429ff2f54f8d8fb
1 file changed
tree: 118e397cf65bb9ee93ed84403c684572c9c02e36
  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.