5858 </ style >
5959 < style type ="text/css "> code {white-space : pre;}</ style >
6060 < style type ="text/css ">
61+ html { -webkit-text-size-adjust : 100% ; }
6162pre > code .sourceCode { white-space : pre; position : relative; }
62- pre > code .sourceCode > span { line-height : 1.25 ; }
63+ pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
6364pre > code .sourceCode > span : empty { height : 1.2em ; }
6465.sourceCode { overflow : visible; }
6566code .sourceCode > span { color : inherit; text-decoration : inherit; }
7071}
7172@media print {
7273pre > code .sourceCode { white-space : pre-wrap; }
73- pre > code .sourceCode > span { display : inline-block; text-indent : -5em ; padding-left : 5em ; }
74+ pre > code .sourceCode > span { text-indent : -5em ; padding-left : 5em ; }
7475}
7576pre .numberSource code
7677 { counter-reset : source-line 0 ; }
@@ -160,6 +161,10 @@ <h1 class="toc-title">Contents</h1>
160161< li > < a href ="#metrics_from_elasticsearch-false "
161162id ="toc-metrics_from_elasticsearch-false "> metrics_from_elasticsearch:
162163false</ a > </ li >
164+ < li > < a href ="#metrics_into_spark-false "
165+ id ="toc-metrics_into_spark-false "> metrics_into_spark: false</ a > </ li >
166+ < li > < a href ="#metrics_from_spark-false "
167+ id ="toc-metrics_from_spark-false "> metrics_from_spark: false</ a > </ li >
163168< li > < a href ="#metrics_from_postfix-false "
164169id ="toc-metrics_from_postfix-false "> metrics_from_postfix: false</ a > </ li >
165170< li > < a href ="#metrics_from_mssql-false "
@@ -242,7 +247,7 @@ <h2 id="metrics_query_service-false">metrics_query_service: false</h2>
242247services. Enabling this starts PCP and Valkey or Redis servers for
243248querying any recorded PCP metrics. This option requires either Valkey or
244249Redis v5+ which is available on Fedora, CentOS 8, RHEL 8, or later
245- versions of these platforms (Valkey is the prefered solution on Fedora,
250+ versions of these platforms (Valkey is the preferred solution on Fedora,
246251Centos 10, RHEL 10 and later).</ p >
247252< h2 id ="metrics_into_elasticsearch-false "> metrics_into_elasticsearch:
248253false</ h2 >
@@ -252,6 +257,10 @@ <h2 id="metrics_from_elasticsearch-false">metrics_from_elasticsearch:
252257false</ h2 >
253258< p > Boolean flag allowing metrics from Elasticsearch to be made
254259available.</ p >
260+ < h2 id ="metrics_into_spark-false "> metrics_into_spark: false</ h2 >
261+ < p > Boolean flag allowing metric values to be exported into Spark.</ p >
262+ < h2 id ="metrics_from_spark-false "> metrics_from_spark: false</ h2 >
263+ < p > Boolean flag allowing metrics from Spark to be made available.</ p >
255264< h2 id ="metrics_from_postfix-false "> metrics_from_postfix: false</ h2 >
256265< p > Boolean flag allowing metrics from Postfix to be made available.</ p >
257266< h2 id ="metrics_from_mssql-false "> metrics_from_mssql: false</ h2 >
0 commit comments