Revision control
Copy as Markdown
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# This file defines the metrics that are recorded by the Glean SDK. They are
# automatically converted to Python code at run time using the `glean_parser`
# PyPI package.
---
test.metrics:
sample_boolean:
type: boolean
description: |
Just testing booleans
bugs:
data_reviews:
- N/A
notification_emails:
- CHANGE-ME@example.com
expires: never
send_in_pings:
- prototype
party:
balloons:
type: object
description: |
Just testing objects
bugs:
data_reviews:
- N/A
notification_emails:
- CHANGE-ME@example.com
expires: never
send_in_pings:
- prototype
structure:
type: array
items:
type: object
properties:
colour:
type: string
diameter:
type: number