Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 12, 2024
1 parent ae4e019 commit ef69f3d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3655,6 +3655,23 @@ <h3 id="9-hardware-details-manufacturerversion-mobile-platforms-only"><a class="
</ul>
</li>
</ul>
<h3 id="10-ping-reason"><a class="header" href="#10-ping-reason">10. Ping reason</a></h3>
<ul>
<li>Purpose: Determine the reason a ping was sent.</li>
<li>Column Names: <code>ping_info.reason</code></li>
<li>Considerations:
<ul>
<li>Does the anomaly occur primarily for a specific reason?</li>
<li>The built-in pings have different ping reasons based on their schedule
<ul>
<li><a href="user/howto/investigating-data-issues/../../pings/baseline.html#scheduling"><code>baseline</code> ping schedule and reasons</a></li>
<li><a href="user/howto/investigating-data-issues/../../pings/metrics.html#scheduling"><code>metrics</code> ping schedule and reasons</a></li>
<li><a href="user/howto/investigating-data-issues/../../pings/events.html#scheduling"><code>events</code> ping schedule and reasons</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<footer id="open-on-gh">Found a bug? <a href="https://github.com/mozilla/glean/edit/main/docs/user/user/howto/investigating-data-issues/investigating-data-issues.md">Edit this page on GitHub.</a></footer><div style="break-before: page; page-break-before: always;"></div><h1 id="yaml-registry-format"><a class="header" href="#yaml-registry-format">YAML Registry Format</a></h1>
<p>User defined Glean pings and metrics are declared in YAML files, which must be parsed by
<a href="https://pypi.org/project/glean-parser/"><code>glean_parser</code></a> to generate public APIs
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,23 @@ <h3 id="9-hardware-details-manufacturerversion-mobile-platforms-only"><a class="
</ul>
</li>
</ul>
<h3 id="10-ping-reason"><a class="header" href="#10-ping-reason">10. Ping reason</a></h3>
<ul>
<li>Purpose: Determine the reason a ping was sent.</li>
<li>Column Names: <code>ping_info.reason</code></li>
<li>Considerations:
<ul>
<li>Does the anomaly occur primarily for a specific reason?</li>
<li>The built-in pings have different ping reasons based on their schedule
<ul>
<li><a href="../../pings/baseline.html#scheduling"><code>baseline</code> ping schedule and reasons</a></li>
<li><a href="../../pings/metrics.html#scheduling"><code>metrics</code> ping schedule and reasons</a></li>
<li><a href="../../pings/events.html#scheduling"><code>events</code> ping schedule and reasons</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<footer id="open-on-gh">Found a bug? <a href="https://github.com/mozilla/glean/edit/main/docs/user/user/howto/investigating-data-issues/investigating-data-issues.md">Edit this page on GitHub.</a></footer>
</main>

Expand Down
Binary file modified swift/docsets/Glean.tgz
Binary file not shown.

0 comments on commit ef69f3d

Please sign in to comment.