[roll] Roll fuchsia [windowed-stats] Remove data semantic input type parameters.

This change completely determines the data semantic of a `Statistic` in
terms of its other input type parameters: data semantics are strictly
output type parameters and cannot be configured by downstream code. This
simplifies some APIs and may require unique sample data types to decide
which data semantic is appropriate.

`Statistic` types are now spelled differently. For example,
`Sum<Gauge<u64>>` becomes `Sum<u64>` (and is **always** interpreted as a
gauge).

Note that data semantics are not always mutually exclusive, but it is
less common for more than one semantic to apply to data. This change
sacrifices flexibility for consistency, control, and simplicity.

Test: unit tests
Original-Bug: 350797382
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1105650
Original-Revision: 341395e942e77bccdd9a6b0300d8b0d25c0434f1
GitOrigin-RevId: ae469326d607b1c463f057d25f424194f7ab581e
Change-Id: I6bcd7480dac3a4c8769b3deac04f8829351f7f3b
1 file changed
tree: 4693fb6c382135d102490dc63a69833d99f511dc
  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 via the IRC channel #fuchsia on Freenode.

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.