Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make documentation on collect_scrape_jobs clearer #811

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading