metrics.yaml (890B)
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/. 4 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 --- 9 10 $schema: moz://mozilla.org/schemas/glean/metrics/1-0-0 11 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