Backed out 2 changesets (bug 1908320) for causing wr failures on align-items-baseline...
[gecko.git] / mobile / android / android-components / samples / glean / samples-glean-library / metrics.yaml
blobc999c586cfb77cac8b2ea45c4284730476808ce5
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # This file defines the built-in pings that are recorded by glean telemetry.
6 # They are # automatically converted to Kotlin code at build time
7 # using the `glean_parser` PyPI package.
8 ---
10 $schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
12 sample_metrics:
13   test:
14     type: counter
15     description: >
16       A simple counter defined in a third-party library
17     # To see the result immediately when pressing the "send ping" button in the
18     # interface, uncomment the following:
19     # send_in_pings:
20     #   - baseline
21     bugs:
22       - https://bugzilla.mozilla.org/123456789
23     data_reviews:
24       - N/A
25     notification_emails:
26       - CHANGE-ME@example.com
27     expires: 2100-01-01