Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/grafana/rmf-app/oxygen-webhelp/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ define(function() {

if(id === 'index-1' || id === 'index-2' || id === 'index-3' || id === 'stopwords'
||id === 'htmlFileInfoList' || id === 'keywords') {
args = '20250808205200';
args = '20250828175526';
}

return (url.indexOf('?') === -1 ? '?' : '&') + args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified docs/grafana/rmf-app/pdf/rmf_grafana.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/grafana/rmf-app/prometheus_sample_dashboards.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h1 class="- topic/title title topictitle1" id="ariaid-title1">Prometheus Sample
endpoint.</p>
<p class="- topic/p p">The endpoint accepts an optional <span class="+ topic/keyword pr-d/parmname keyword parmname">groups</span> parameter to request
specific metric groups:</p>
<p class="- topic/p p"><code class="+ topic/ph pr-d/codeph ph codeph">GET /gpm/metrics?groups=&lt;metric-groups&gt;</code></p>
<p class="- topic/p p"><code class="+ topic/ph pr-d/codeph ph codeph">GET /metrics/m3?groups=&lt;metric-groups&gt;</code></p>
<p class="- topic/p p">where <span class="+ topic/keyword pr-d/parmname keyword parmname">&lt;metric-groups&gt;</span> is a comma-separated list of metric groups
to be expose retrieved. For more information, see RMF Distributed Data Server
documentation.</p>
Expand All @@ -172,14 +172,14 @@ <h1 class="- topic/title title topictitle1" id="ariaid-title1">Prometheus Sample
<pre class="+ topic/pre pr-d/codeblock pre codeblock" id="prometheus_sample_dashboards_1__codeblock_byw_sq2_ggc" data-ofbid="prometheus_sample_dashboards_1__codeblock_byw_sq2_ggc"><code>- job_name: "m3@plex00"
scrape_interval: 100s # Should be equal to the Monitor III mintime
scrape_timeout: 50s
metrics_path: /gpm/metrics
metrics_path: /metrics/m3
static_configs:
- targets: [ "ddshostname:8803" ]</code></pre>
<div class="- topic/p p">To scrape all the CPC and LPAR related metrics as defined in DDS
GPMOMC:<pre class="+ topic/pre pr-d/codeblock pre codeblock" id="prometheus_sample_dashboards_1__codeblock_nf1_cr2_ggc" data-ofbid="prometheus_sample_dashboards_1__codeblock_nf1_cr2_ggc"><code>- job_name: "m3@plex00"
scrape_interval: 100s # Should be equal to the Monitor III mintime
scrape_timeout: 50s
metrics_path: /gpm/metrics
metrics_path: /metrics/m3
params:
groups: cpcs,lpars
static_configs:
Expand Down
Binary file modified grafana/rmf-app/doc/src/pdf/rmf_grafana.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions grafana/rmf-app/doc/src/prometheus_sample_dashboards.dita
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
endpoint.</p>
<p>The endpoint accepts an optional <parmname>groups</parmname> parameter to request
specific metric groups:</p>
<p><codeph>GET /gpm/metrics?groups=&lt;metric-groups></codeph></p>
<p><codeph>GET /metrics/m3?groups=&lt;metric-groups></codeph></p>
<p>where <parmname>&lt;metric-groups></parmname> is a comma-separated list of metric groups
to be expose retrieved. For more information, see RMF Distributed Data Server
documentation.</p>
Expand All @@ -41,14 +41,14 @@
<codeblock id="codeblock_byw_sq2_ggc">- job_name: "m3@plex00"
scrape_interval: 100s # Should be equal to the Monitor III mintime
scrape_timeout: 50s
metrics_path: /gpm/metrics
metrics_path: /metrics/m3
static_configs:
- targets: [ "ddshostname:8803" ]</codeblock>
<p>To scrape all the CPC and LPAR related metrics as defined in DDS
GPMOMC:<codeblock id="codeblock_nf1_cr2_ggc">- job_name: "m3@plex00"
scrape_interval: 100s # Should be equal to the Monitor III mintime
scrape_timeout: 50s
metrics_path: /gpm/metrics
metrics_path: /metrics/m3
params:
groups: cpcs,lpars
static_configs:
Expand Down
Loading