Skip to content

Commit

Permalink
deploy: 7e8b165
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed May 1, 2024
1 parent 9356224 commit 6669bfc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions monitoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ <h1 id="monitoring"><a class="header" href="#monitoring">Monitoring</a></h1>
replicas: 2
monitoring:
namespaced: true
podMonitor: true
</code></pre>
<p>To view the metrics and traces port-forward the services:</p>
<pre><code>kubectl port-forward prometheus-0 9090
Expand All @@ -176,6 +177,13 @@ <h2 id="exposed-metrics"><a class="header" href="#exposed-metrics">Exposed Metri
<blockquote>
<p>NOTE: The prometheus-0 pod will scrape all metrics so you can easily inspect all activity on the network.</p>
</blockquote>
<h2 id="pod-monitoring"><a class="header" href="#pod-monitoring">Pod Monitoring</a></h2>
<p>This option expects the <code>PodMonitor</code> custom resource definition to already be installed in the network namespace.</p>
<p>If <code>podMonitor</code> is enabled, the operator will create <code>podmonitors.monitoring.coreos.com</code> resources for collecting the metrics from the pods in the network.</p>
<p>If you're using something like the grafana cloud agent, or prometheus-operator, the <code>podmonitors.monitoring.coreos.com</code> will be installed already.</p>
<p>You can install the CRD directly from the operator:</p>
<pre><code> kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
</code></pre>

</main>

Expand Down
8 changes: 8 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ <h1 id="enabling-recon"><a class="header" href="#enabling-recon">Enabling Recon<
replicas: 2
monitoring:
namespaced: true
podMonitor: true
</code></pre>
<p>To view the metrics and traces port-forward the services:</p>
<pre><code>kubectl port-forward prometheus-0 9090
Expand All @@ -750,6 +751,13 @@ <h2 id="exposed-metrics"><a class="header" href="#exposed-metrics">Exposed Metri
<blockquote>
<p>NOTE: The prometheus-0 pod will scrape all metrics so you can easily inspect all activity on the network.</p>
</blockquote>
<h2 id="pod-monitoring"><a class="header" href="#pod-monitoring">Pod Monitoring</a></h2>
<p>This option expects the <code>PodMonitor</code> custom resource definition to already be installed in the network namespace.</p>
<p>If <code>podMonitor</code> is enabled, the operator will create <code>podmonitors.monitoring.coreos.com</code> resources for collecting the metrics from the pods in the network.</p>
<p>If you're using something like the grafana cloud agent, or prometheus-operator, the <code>podmonitors.monitoring.coreos.com</code> will be installed already.</p>
<p>You can install the CRD directly from the operator:</p>
<pre><code> kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="ipfs"><a class="header" href="#ipfs">IPFS</a></h1>
<p>The IPFS behavior used by CAS and Ceramic can be customized using the same IPFS spec.</p>
<h2 id="rust-ipfs"><a class="header" href="#rust-ipfs">Rust IPFS</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 6669bfc

Please sign in to comment.