[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.