xref: /aosp_15_r20/external/cronet/components/metrics/README (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1This component contains the code for MetricsService and supporting code, which
2is used for UMA reporting and for other metrics services like UKM.
3
4The main component aims to have a minimal set of dependencies and in particular
5does not depend on //net or //content.
6
7Files depending on //net or //content are placed in separate subdirectories:
8//components/metrics/net and //components/metrics/content, respectively.
9
10Additional subdirectories exist to provide specific functionality, for example
11//components/metrics/structured for Structured Metrics and
12//components/metrics/serialization for a ChromeOS serialization mechanism.
13