Skip to content

Commit

Permalink
[ci skip] publishing updated documentation...
Browse files Browse the repository at this point in the history
  • Loading branch information
infrawatch-bot committed Jun 20, 2024
1 parent 0c8e32f commit 824022b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 33 deletions.
29 changes: 18 additions & 11 deletions index-upstream-162.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="generator" content="Asciidoctor 2.0.21"/>
<meta name="generator" content="Asciidoctor 2.0.23"/>
<meta name="author" content="OpenStack Documentation Team"/>
<title>Service Telemetry Framework 1.5</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/>
Expand Down Expand Up @@ -2218,9 +2218,6 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
</tr>
</table>
</div>
</li>
</ol>
</div>
<div class="listingblock">
<div class="title">enable-stf.yaml</div>
<div class="content">
Expand Down Expand Up @@ -2248,8 +2245,9 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
CollectdConnectionType: amqp1
CollectdAmqpInterval: 30
CollectdDefaultPollingInterval: 30
CollectdExtraPlugins:
- vmem
# to collect information about the virtual memory subsystem of the kernel
# CollectdExtraPlugins:
# - vmem

# set standard prefixes for where metrics are published to QDR
MetricsQdrAddresses:
Expand All @@ -2268,13 +2266,16 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
# note: this may need an adjustment if there are many metrics to be sent.
collectd::plugin::amqp1::send_queue_limit: 5000

# receive extra information about virtual memory
collectd::plugin::vmem::verbose: true
# to receive extra information about virtual memory, you must enable vmem plugin in CollectdExtraPlugins
# collectd::plugin::vmem::verbose: true

# provide name and uuid in addition to hostname for better correlation
# to ceilometer data
collectd::plugin::virt::hostname_format: "name uuid hostname"

# to capture all extra_stats metrics, comment out below config
collectd::plugin::virt::extra_stats: cpu_util vcpu disk

# provide the human-friendly name of the virtual instance
collectd::plugin::virt::plugin_instance_format: metadata

Expand All @@ -2283,8 +2284,14 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
collectd::plugin::memcached::instances:
local:
host: "%{hiera('fqdn_canonical')}"
port: 11211</code></pre>
port: 11211

# report root filesystem storage metrics
collectd::plugin::df::ignoreselected: false</code></pre>
</div>
</div>
</li>
</ol>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2331,7 +2338,7 @@ <h4 id="configuring-the-stf-connection-for-the-overcloud_assembly-completing-the
verifyHostname: false
sslProfile: sslProfile
saslUsername: guest@default-interconnect
saslPassword: pass:&lt;password_from_stf&gt;
saslPassword: &lt;password_from_stf&gt;

MetricsQdrSSLProfiles:
- name: sslProfile
Expand Down Expand Up @@ -5073,7 +5080,7 @@ <h3 id="removing-the-observability-operator_assembly-removing-stf-from-the-opens
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-03-06 17:03:28 UTC
Last updated 2024-06-20 20:39:15 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
29 changes: 18 additions & 11 deletions index-upstream-171.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="generator" content="Asciidoctor 2.0.21"/>
<meta name="generator" content="Asciidoctor 2.0.23"/>
<meta name="author" content="OpenStack Documentation Team"/>
<title>Service Telemetry Framework 1.5</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/>
Expand Down Expand Up @@ -2261,9 +2261,6 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
</tr>
</table>
</div>
</li>
</ol>
</div>
<div class="listingblock">
<div class="title">enable-stf.yaml</div>
<div class="content">
Expand Down Expand Up @@ -2291,8 +2288,9 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
CollectdConnectionType: amqp1
CollectdAmqpInterval: 30
CollectdDefaultPollingInterval: 30
CollectdExtraPlugins:
- vmem
# to collect information about the virtual memory subsystem of the kernel
# CollectdExtraPlugins:
# - vmem

# set standard prefixes for where metrics are published to QDR
MetricsQdrAddresses:
Expand All @@ -2311,13 +2309,16 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
# note: this may need an adjustment if there are many metrics to be sent.
collectd::plugin::amqp1::send_queue_limit: 5000

# receive extra information about virtual memory
collectd::plugin::vmem::verbose: true
# to receive extra information about virtual memory, you must enable vmem plugin in CollectdExtraPlugins
# collectd::plugin::vmem::verbose: true

# provide name and uuid in addition to hostname for better correlation
# to ceilometer data
collectd::plugin::virt::hostname_format: "name uuid hostname"

# to capture all extra_stats metrics, comment out below config
collectd::plugin::virt::extra_stats: cpu_util vcpu disk

# provide the human-friendly name of the virtual instance
collectd::plugin::virt::plugin_instance_format: metadata

Expand All @@ -2326,8 +2327,14 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
collectd::plugin::memcached::instances:
local:
host: "%{hiera('fqdn_canonical')}"
port: 11211</code></pre>
port: 11211

# report root filesystem storage metrics
collectd::plugin::df::ignoreselected: false</code></pre>
</div>
</div>
</li>
</ol>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2377,7 +2384,7 @@ <h4 id="configuring-the-stf-connection-for-the-overcloud_assembly-completing-the
verifyHostname: false
sslProfile: sslProfile
saslUsername: guest@default-interconnect
saslPassword: pass:&lt;password_from_stf&gt;
saslPassword: &lt;password_from_stf&gt;

MetricsQdrSSLProfiles:
- name: sslProfile
Expand Down Expand Up @@ -5407,7 +5414,7 @@ <h3 id="removing-the-observability-operator_assembly-removing-stf-from-the-opens
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-03-06 17:03:28 UTC
Last updated 2024-06-20 20:39:15 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
29 changes: 18 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="generator" content="Asciidoctor 2.0.21"/>
<meta name="generator" content="Asciidoctor 2.0.23"/>
<meta name="author" content="OpenStack Documentation Team"/>
<title>Service Telemetry Framework 1.5</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/>
Expand Down Expand Up @@ -2261,9 +2261,6 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
</tr>
</table>
</div>
</li>
</ol>
</div>
<div class="listingblock">
<div class="title">enable-stf.yaml</div>
<div class="content">
Expand Down Expand Up @@ -2291,8 +2288,9 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
CollectdConnectionType: amqp1
CollectdAmqpInterval: 30
CollectdDefaultPollingInterval: 30
CollectdExtraPlugins:
- vmem
# to collect information about the virtual memory subsystem of the kernel
# CollectdExtraPlugins:
# - vmem

# set standard prefixes for where metrics are published to QDR
MetricsQdrAddresses:
Expand All @@ -2311,13 +2309,16 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
# note: this may need an adjustment if there are many metrics to be sent.
collectd::plugin::amqp1::send_queue_limit: 5000

# receive extra information about virtual memory
collectd::plugin::vmem::verbose: true
# to receive extra information about virtual memory, you must enable vmem plugin in CollectdExtraPlugins
# collectd::plugin::vmem::verbose: true

# provide name and uuid in addition to hostname for better correlation
# to ceilometer data
collectd::plugin::virt::hostname_format: "name uuid hostname"

# to capture all extra_stats metrics, comment out below config
collectd::plugin::virt::extra_stats: cpu_util vcpu disk

# provide the human-friendly name of the virtual instance
collectd::plugin::virt::plugin_instance_format: metadata

Expand All @@ -2326,8 +2327,14 @@ <h4 id="creating-the-base-configuration-for-stf_assembly-completing-the-stf-conf
collectd::plugin::memcached::instances:
local:
host: "%{hiera('fqdn_canonical')}"
port: 11211</code></pre>
port: 11211

# report root filesystem storage metrics
collectd::plugin::df::ignoreselected: false</code></pre>
</div>
</div>
</li>
</ol>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2377,7 +2384,7 @@ <h4 id="configuring-the-stf-connection-for-the-overcloud_assembly-completing-the
verifyHostname: false
sslProfile: sslProfile
saslUsername: guest@default-interconnect
saslPassword: pass:&lt;password_from_stf&gt;
saslPassword: &lt;password_from_stf&gt;

MetricsQdrSSLProfiles:
- name: sslProfile
Expand Down Expand Up @@ -5407,7 +5414,7 @@ <h3 id="removing-the-observability-operator_assembly-removing-stf-from-the-opens
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-03-06 17:03:28 UTC
Last updated 2024-06-20 20:39:15 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down

0 comments on commit 824022b

Please sign in to comment.