Skip to content

Commit

Permalink
Deployed f0e32be with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eitansuez committed Feb 8, 2024
1 parent 11cb11f commit e3e54a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion observability/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ <h2 id="the-prometheus-dashboard">The Prometheus dashboard<a class="headerlink"
</code></pre></div>
<p>The latest version of Spring Boot (3.2) takes advantage of a relatively recent feature of Prometheus known as "exemplars." The current version of Istio uses an older version of Prometheus (2.41) that does not yet support exemplars.</p>
<p>Before deploying Prometheus, patch the prometheus deployment to use the latest version of the image:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a>kubectl<span class="w"> </span>patch<span class="w"> </span>deploy<span class="w"> </span>-n<span class="w"> </span>istio-system<span class="w"> </span>prometheus<span class="w"> </span>--patch-file<span class="o">=</span>manifests/config/prom-patch.yaml
<div class="highlight"><pre><span></span><code><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a>kubectl<span class="w"> </span>patch<span class="w"> </span>deploy<span class="w"> </span>-n<span class="w"> </span>istio-system<span class="w"> </span>prometheus<span class="w"> </span><span class="se">\</span>
<a id="__codelineno-11-2" name="__codelineno-11-2" href="#__codelineno-11-2"></a><span class="w"> </span>--patch-file<span class="o">=</span>manifests/config/prom-patch.yaml
</code></pre></div>
<details class="tldr">
<summary>prom-patch.yaml</summary>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit e3e54a2

Please sign in to comment.