File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed
Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66 vars :
77 pcp_pmie_endpoint : https://example.com/webhook
88 pcp_pmlogger_interval : 10
9+ # NOTE: No openmetrics on EL7
910 pcp_optional_agents : [dm, nfsclient, openmetrics]
1011 pcp_explicit_labels :
1112 environment : production
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Basic PCP setup with monitoring suited for a single host.
8989 - role : performancecopilot.metrics.pcp
9090 vars :
9191 pcp_pmlogger_interval : 10
92+ # NOTE: No openmetrics on EL7
9293 pcp_optional_agents : [dm, nfsclient, openmetrics]
9394 pcp_explicit_labels :
9495 environment : production
Original file line number Diff line number Diff line change 5656 when :
5757 - spark_metrics_provider == 'pcp'
5858 - spark_metrics_agent | d(false) | bool
59+ - " 'pcp-pmda-openmetrics' in __spark_packages_pcp"
5960
6061- name : Ensure PCP OpenMetrics agent is enabled with Spark endpoint
6162 file :
6566 when :
6667 - spark_metrics_provider == 'pcp'
6768 - spark_metrics_agent | d(false) | bool
69+ - " 'pcp-pmda-openmetrics' in __spark_packages_pcp"
6870
6971- name : Ensure correct service path for ostree systems
7072 when :
Original file line number Diff line number Diff line change 55__spark_packages_export_pcp :
66 - pcp-export-pcp2spark
77 - pcp-system-tools
8+
9+ __spark_packages_pcp : []
Original file line number Diff line number Diff line change 55__spark_packages_export_pcp :
66 - pcp-export-pcp2spark
77 - pcp-system-tools
8+
9+ __spark_packages_pcp : []
You can’t perform that action at this time.
0 commit comments