Skip to content

Commit

Permalink
[ci skip] Deployed 0c021e7 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 4, 2023
1 parent 21a7a27 commit 18ea006
Show file tree
Hide file tree
Showing 15 changed files with 1,346 additions and 950 deletions.
10 changes: 10 additions & 0 deletions mozdata/monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,16 @@ <h2 id="airflow_trigger"><a href="#airflow_trigger">airflow_trigger</a></h2>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>trigger_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>created_at</td>
<td></td>
<td>Timestamp</td>
<td>Yes</td>
</tr>
</table>

Expand Down
66 changes: 66 additions & 0 deletions mozdata/telemetry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7939,6 +7939,72 @@ <h2 id="anonymous"><a href="#anonymous">anonymous</a></h2>
<h2 id="applications"><a href="#applications">applications</a></h2>
<p><code>telemetry.applications</code></p>
<p>None</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>app_channel</td>
<td>App Channel</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_description</td>
<td>App Description</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_id</td>
<td>App ID</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>app_name</td>
<td>App Name</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>bq_dataset_family</td>
<td>Dataset name ping data is stored in</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>canonical_app_name</td>
<td>Human readable app name</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>document_namespace</td>
<td>Document Namespace</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>notification_emails</td>
<td>Set of emails that will receive any app-related notifications</td>
<td>String</td>
<td>No</td>
</tr><tr>
<td>url</td>
<td>Repository URL</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>v1_name</td>
<td>V1 App Name</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>is_glean</td>
<td>Whether the application is using Glean</td>
<td>Boolean</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
Loading

0 comments on commit 18ea006

Please sign in to comment.