Skip to content

Commit

Permalink
Fix incorrect formatting in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Sep 23, 2024
1 parent 4f66bb1 commit e98b968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions roles/pcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Basic PCP setup with monitoring suited for a single host.
roles:
- role: performancecopilot.metrics.pcp
vars:
### pcp_pmlogger_interval: 10
### pcp_optional_agents: [dm, nfsclient, openmetrics]
### pcp_explicit_labels:
pcp_pmlogger_interval: 10
pcp_optional_agents: [dm, nfsclient, openmetrics]
pcp_explicit_labels:
environment: production
```
Expand All @@ -101,10 +101,10 @@ Central PCP setup for monitoring of several remote hosts.
roles:
- role: performancecopilot.metrics.pcp
vars:
### pcp_pmlogger_interval: 10
### pcp_pmlogger_discard: 5
### pcp_target_hosts: [slip, slop, slap]
### pcp_rest_api: true
pcp_pmlogger_interval: 10
pcp_pmlogger_discard: 5
pcp_target_hosts: [slip, slop, slap]
pcp_rest_api: true
```
## License
Expand Down
2 changes: 1 addition & 1 deletion roles/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Setup export of PCP metrics to a Spark worker thread.
roles:
- role: performancecopilot.metrics.spark
vars:
### spark_export_port: 44388
spark_export_port: 44388
```
## License
Expand Down

0 comments on commit e98b968

Please sign in to comment.