Skip to content

Commit

Permalink
Make documentation on collect_scrape_jobs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Dreier committed Oct 2, 2024
1 parent d49532b commit 8ee44f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Default value: `undef`
Data type: `Array[Hash[String[1], Any]]`

Array of scrape_configs. Format, e.g.:
- job_name: some_exporter
- job_name: node (for node_exporter; use redis for redis_exporter and so on)
scheme: https
The jobs defined here will be used to collect resources exported via prometheus::daemon,
creating the appropriate prometheus scrape configs for each endpoint. All scrape_config
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# Only collect scrape jobs tagged with this label. Allowing to split jobs over multiple prometheuses.
# @param collect_scrape_jobs
# Array of scrape_configs. Format, e.g.:
# - job_name: some_exporter
# - job_name: node (for node_exporter; use redis for redis_exporter and so on)
# scheme: https
# The jobs defined here will be used to collect resources exported via prometheus::daemon,
# creating the appropriate prometheus scrape configs for each endpoint. All scrape_config
Expand Down

0 comments on commit 8ee44f8

Please sign in to comment.