Commit e9c325b9 authored by Chris H-C's avatar Chris H-C
Browse files

Bug 1752201 - Remove 'early adopter' language from FOG docs r=TravisLong

parent c0e2c43a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
# FOG code organization

```{note}
Project FOG is currently being designed and implemented.
This documentation is incomplete and may change significantly before FOG is usable inside mozilla-central.
```

![Modules of Project FOG](images/fog-modules.svg)

The diagram shows the different modules of Project FOG.
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
Firefox on Glean (FOG) is the name of the layer that integrates the
[Glean SDK][glean-sdk] into
[Firefox Desktop](https://www.firefox.com/).
It is much of the way complete and is looking for Early Adopters.

The [Glean SDK][glean-sdk]
is a data collection library built by Mozilla for use in its products.
@@ -12,7 +11,6 @@ Like [Telemetry][telemetry], it can be used to
send anonymous usage statistics to Mozilla in order to make better decisions.

If you have any questions,
or think your project or team might be a good Early Adopter of FOG,
please reach out to the team on
[#glean:mozilla.org][glean-matrix].

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ This compatibility table explains which Telemetry probe types can be mirrors for
| [timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) | [Histogram of kind "linear" or "exponential"](/toolkit/components/telemetry/collection/histograms.rst#exponential). Samples will be in units of milliseconts. |
| [memory_distribution](https://mozilla.github.io/glean/book/user/metrics/memory_distribution.html) | [Histogram of kind "linear" or "exponential"](/toolkit/components/telemetry/collection/histograms.rst#exponential). Samples will be in `memory_unit` units. |
| [custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) | [Histogram of kind "linear" or "exponential"](/toolkit/components/telemetry/collection/histograms.rst#exponential). Samples will be used as is. Ensure the bucket count and range match. |
| [uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html) | [Scalar of kind: string](/toolkit/components/telemetry/collection/scalars.rst). Value will be in canonical 8-4-4-4-12 format. Value is not guaranteed to be valid, and invalid values may be present in the mirrored scalar which the uuid metric remains empty. Calling `GenerateAndSet` on the uuid is not mirrored, and will log a warning. |
| [uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html) | [Scalar of kind: string](/toolkit/components/telemetry/collection/scalars.rst). Value will be in canonical 8-4-4-4-12 format. Value is not guaranteed to be valid, and invalid values may be present in the mirrored scalar while the uuid metric remains empty. Calling `GenerateAndSet` on the uuid is not mirrored, and will log a warning. |
| [datetime](https://mozilla.github.io/glean/book/user/metrics/datetime.html) | [Scalar of kind: string](/toolkit/components/telemetry/collection/scalars.rst). Value will be in ISO8601 format. |
| [events](https://mozilla.github.io/glean/book/user/metrics/event.html) | [Events](/toolkit/components/telemetry/collection/events.rst). The `value` field will be left empty.  |
| [quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) | [Scalar of kind: uint](/toolkit/components/telemetry/collection/scalars.rst) |