Skip to content

Commit

Permalink
[skip ci] Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-build committed Oct 14, 2024
1 parent ee19f95 commit bd02860
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
17 changes: 14 additions & 3 deletions data.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,23 @@ <h3 id="curated-recommendations-1"><a class="header" href="#curated-recommendati
A counter to measure the number of GraphQL errors from the curated-corpus-api.</li>
<li><code>recommendation.engagement.update.timing</code> -
A timer to measure the duration (in ms) of updating the engagement data from GCS.</li>
<li><code>recommendation.engagement.size</code> - A gauge to track the size of the blob on GCS.</li>
<li><code>recommendation.engagement.count</code> - A gauge to measure the number of scheduled corpus items with
engagement data.</li>
<li><code>recommendation.engagement.size</code> - A gauge to track the size of the engagement blob on GCS.</li>
<li><code>recommendation.engagement.count</code> - A gauge to measure the total number of engagement records.</li>
<li><code>recommendation.engagement.{country}.count</code> - A gauge to measure the number of scheduled corpus
items with engagement data per country.</li>
<li><code>recommendation.engagement.{country}.clicks</code> - A gauge to measure the number of clicks per country
in our GCS engagement blob.</li>
<li><code>recommendation.engagement.{country}.impressions</code> - A gauge to measure the number of impressions
per country in our GCS engagement blob.</li>
<li><code>recommendation.engagement.last_updated</code> -
A gauge for the staleness (in seconds) of the engagement data, measured between when the data was
updated in GCS and the current time.</li>
<li><code>recommendation.prior.update.timing</code> -
A timer to measure the duration (in ms) of updating the prior data from GCS.</li>
<li><code>recommendation.prior.size</code> - A gauge to track the size of the Thompson sampling priors blob on GCS.</li>
<li><code>recommendation.prior.last_updated</code> -
A gauge for the staleness (in seconds) of the prior data, measured between when the data was
updated in GCS and the current time.</li>
</ul>

</main>
Expand Down
17 changes: 14 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,23 @@ <h3 id="curated-recommendations-1"><a class="header" href="#curated-recommendati
A counter to measure the number of GraphQL errors from the curated-corpus-api.</li>
<li><code>recommendation.engagement.update.timing</code> -
A timer to measure the duration (in ms) of updating the engagement data from GCS.</li>
<li><code>recommendation.engagement.size</code> - A gauge to track the size of the blob on GCS.</li>
<li><code>recommendation.engagement.count</code> - A gauge to measure the number of scheduled corpus items with
engagement data.</li>
<li><code>recommendation.engagement.size</code> - A gauge to track the size of the engagement blob on GCS.</li>
<li><code>recommendation.engagement.count</code> - A gauge to measure the total number of engagement records.</li>
<li><code>recommendation.engagement.{country}.count</code> - A gauge to measure the number of scheduled corpus
items with engagement data per country.</li>
<li><code>recommendation.engagement.{country}.clicks</code> - A gauge to measure the number of clicks per country
in our GCS engagement blob.</li>
<li><code>recommendation.engagement.{country}.impressions</code> - A gauge to measure the number of impressions
per country in our GCS engagement blob.</li>
<li><code>recommendation.engagement.last_updated</code> -
A gauge for the staleness (in seconds) of the engagement data, measured between when the data was
updated in GCS and the current time.</li>
<li><code>recommendation.prior.update.timing</code> -
A timer to measure the duration (in ms) of updating the prior data from GCS.</li>
<li><code>recommendation.prior.size</code> - A gauge to track the size of the Thompson sampling priors blob on GCS.</li>
<li><code>recommendation.prior.last_updated</code> -
A gauge for the staleness (in seconds) of the prior data, measured between when the data was
updated in GCS and the current time.</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="merino-developer-guidelines-and-social-contract"><a class="header" href="#merino-developer-guidelines-and-social-contract">Merino Developer Guidelines and Social Contract</a></h1>
<p>This is an additional contractual document on top of <a href="../CONTRIBUTING.html">CONTRIBUTING</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit bd02860

Please sign in to comment.