Skip to content

Commit

Permalink
Auto-push from schema generation [ci skip]
Browse files Browse the repository at this point in the history
eeea9f5	2024-05-01 13:47:23 -0400	Bug 1875874 - Allow null distro and distroVersion in legacy telemetry (#810)
  • Loading branch information
dataops-pipeline-schemas committed May 1, 2024
1 parent b4c6c05 commit 9e2aae0
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 40 deletions.
2 changes: 1 addition & 1 deletion schemas/org-mozilla-fenix-nightly/metrics/metrics.1.bq
Original file line number Diff line number Diff line change
Expand Up @@ -4415,7 +4415,7 @@
"type": "RECORD"
},
{
"description": "Failure occurs when initializing the audio stream.\n",
"description": "Failure occurs when initializing the audio stream. (Migrated from the geckoview metric of the same name).\n",
"fields": [
{
"mode": "NULLABLE",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/bhr/bhr.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1276,11 +1276,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/crash/crash.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/dnssec-study-v1/dnssec-study-v1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/event/event.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions schemas/telemetry/heartbeat/heartbeat.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1283,11 +1283,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1292,11 +1292,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/telemetry/main/main.5.schema.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions schemas/telemetry/modules/modules.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/new-profile/new-profile.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions schemas/telemetry/shield-icq-v1/shield-icq-v1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/sync/sync.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,16 @@
"os": {
"properties": {
"distro": {
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"type": "boolean"
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/sync/sync.5.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,16 @@
"os": {
"properties": {
"distro": {
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"type": "boolean"
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/testpilot/testpilot.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/uninstall/uninstall.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1276,11 +1276,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/update/update.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down
10 changes: 8 additions & 2 deletions schemas/telemetry/voice/voice.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,11 +1275,17 @@
"properties": {
"distro": {
"description": "The name of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"distroVersion": {
"description": "The version of the Linux distribution. This is Linux only. `null` on failure.",
"type": "string"
"type": [
"string",
"null"
]
},
"hasPrefetch": {
"description": "Whether or not the OS-based prefetch application start-up optimization is set. This is Windows-only. `null` on failure.",
Expand Down

0 comments on commit 9e2aae0

Please sign in to comment.