[roll] Roll fuchsia [trace_manager] Switch storage type to cache

Use cache instead of data. This allows the system to delete our storage
when it gets low.

Cache should only be forcefully wiped when the system runs out of disk
space. Originally, this was desirable because we didn't want it to be
the case that we can't get a trace to diagnose a low disk space scenario
because it keeps being deleted from under us.

Trace based metrics will still work as Perfetto based traces do not
buffer to disk, instead directly sending data to perfetto.

Even a local device scenario, we can do a non-streaming trace, which
doesn't use storage at all.

Original-Bug: 470454277
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1456138
Original-Revision: e50e66f2fd9c0cc3aaf860102442baa1c0e890f5
GitOrigin-RevId: 9aa7a7042dd4e38de875ffead2efcaa9177d5561
Change-Id: If6fd30fd143a098edacdf3b7c80eeb196c936a29
1 file changed
tree: da753e7cdd4a38b0ba36785b2ebefa74ce77e144
  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.