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 Jul 23, 2024
1 parent 78dd629 commit 3c5c4fb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ <h3 id="curated-recommendations"><a class="header" href="#curated-recommendation
Failed to get timezone for scheduled surface.</li>
<li><code>WARNING merino.curated_recommendations.corpus_backends.corpus_api_backend</code> -
Retrying CorpusApiBackend after an http client exception was raised.</li>
<li><code>ERROR GcsEngagement failed to update cache: {e}</code> - unexpected exception when updating engagement.</li>
<li><code>ERROR Curated recommendations engagement size {blob.size} &gt; {self.max_size}</code> -
Max engagement blob size is exceeded. The backend will gracefully fall back to cached data or 0's.</li>
<li><code>INFO Curated recommendations engagement unchanged since {self.last_updated}.</code> -
The engagement blob was not updated since the last check. <code>last_updated</code> is expected to be
between 0 and 30 minutes.</li>
</ul>
<h2 id="metrics"><a class="header" href="#metrics">Metrics</a></h2>
<blockquote>
Expand Down Expand Up @@ -299,6 +305,14 @@ <h3 id="curated-recommendations-1"><a class="header" href="#curated-recommendati
A timer to measure the duration (in ms) of looking up a list of scheduled corpus items.</li>
<li><code>corpus_api.request.status_codes.{res.status_code}</code> -
A counter to measure the status codes of an HTTP request to 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.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>
</ul>

</main>
Expand Down
14 changes: 14 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@ <h3 id="curated-recommendations"><a class="header" href="#curated-recommendation
Failed to get timezone for scheduled surface.</li>
<li><code>WARNING merino.curated_recommendations.corpus_backends.corpus_api_backend</code> -
Retrying CorpusApiBackend after an http client exception was raised.</li>
<li><code>ERROR GcsEngagement failed to update cache: {e}</code> - unexpected exception when updating engagement.</li>
<li><code>ERROR Curated recommendations engagement size {blob.size} &gt; {self.max_size}</code> -
Max engagement blob size is exceeded. The backend will gracefully fall back to cached data or 0's.</li>
<li><code>INFO Curated recommendations engagement unchanged since {self.last_updated}.</code> -
The engagement blob was not updated since the last check. <code>last_updated</code> is expected to be
between 0 and 30 minutes.</li>
</ul>
<h2 id="metrics"><a class="header" href="#metrics">Metrics</a></h2>
<blockquote>
Expand Down Expand Up @@ -443,6 +449,14 @@ <h3 id="curated-recommendations-1"><a class="header" href="#curated-recommendati
A timer to measure the duration (in ms) of looking up a list of scheduled corpus items.</li>
<li><code>corpus_api.request.status_codes.{res.status_code}</code> -
A counter to measure the status codes of an HTTP request to 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.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>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="developer-documentation-for-working-on-merino"><a class="header" href="#developer-documentation-for-working-on-merino">Developer documentation for working on Merino</a></h1>
<h2 id="tldr"><a class="header" href="#tldr">tl;dr</a></h2>
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 3c5c4fb

Please sign in to comment.