Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 16, 2024
1 parent 53a8130 commit b20d123
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions charts/victoria-metrics-k8s-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,10 @@ vmScrapes:
enabled: true
spec:
path: /metrics/probes
resources:
enabled: true
spec:
path: /metrics/resource
</code>
</pre>
</td>
Expand Down Expand Up @@ -2077,6 +2081,19 @@ spec:
</pre>
</td>
<td><p>Enable scraping /metrics/probes from kubelet&rsquo;s service</p>
</td>
</tr>
<tr>
<td>kubelet.vmScrapes.resources</td>
<td>object</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="plaintext">
<code class="language-yaml">enabled: true
spec:
path: /metrics/resource
</code>
</pre>
</td>
<td><p>Enabled scraping /metrics/resource from kubelet&rsquo;s service</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit b20d123

Please sign in to comment.