pings.yaml (866B)
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/pings/2-0-0 11 12 sample: 13 description: | 14 A sample custom ping. 15 include_client_id: true 16 bugs: 17 - https://bugzilla.mozilla.org/123456789 18 data_reviews: 19 - N/A 20 notification_emails: 21 - CHANGE-ME@example.com 22 23 test-string-list: 24 description: | 25 A test custom ping. 26 include_client_id: true 27 bugs: 28 - https://bugzilla.mozilla.org/123456789 29 data_reviews: 30 - N/A 31 notification_emails: 32 - CHANGE-ME@example.com