Bug 1830772 - GIFFT docs: no supported telemetry type for Glean text metric r=brosa DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D185668
This commit is contained in:
Chris H-C 2023-08-08 16:12:31 +00:00
parent 3c564f006d
commit 34377d6199

View File

@ -48,6 +48,7 @@ This compatibility table explains which Telemetry probe types can be mirrors for
| [events](https://mozilla.github.io/glean/book/reference/metrics/event.html) | [Events](/toolkit/components/telemetry/collection/events.html). The `value` field will be left empty. |
| [quantity](https://mozilla.github.io/glean/book/reference/metrics/quantity.html) | [Scalar of kind: uint](/toolkit/components/telemetry/collection/scalars.html) |
| [rate](https://mozilla.github.io/glean/book/reference/metrics/rate.html) | [Keyed Scalar of kind: uint](/toolkit/components/telemetry/collection/scalars.html). The keys are "numerator" and "denominator". Does not work for `rate` metrics with external denominators. |
| [text](https://mozilla.github.io/glean/book/reference/metrics/text.html) | *No Supported Telemetry Type* |
### The `telemetry_mirror` property in `metrics.yaml`