Skip to content

Commit b9b5bea

Browse files
committed
v 0.4.1
Signed-off-by: peekjf72 <jfpik78@gmail.com>
1 parent 18e83d1 commit b9b5bea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Parameters to scrape a target:
119119
- **auth_name**: the name of authentication config to use to access to a target.
120120
- if target is not defined locally (so it is dynamically defined), you can set the authentication parameters to use for that target using those specified in the auth_name config.
121121
- **model**: the name of model target to use to build dynamic target. If not specified it looks for target named "default". This parameter is used only at the first call for the dynamic target creation.
122+
- **collector**: the name or names, if parameter is specified several times, of the collector to collect. May be used to perform a distinct scrapping of the standard configuration, for the target.
122123

123124
**examples**:
124125

doc/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ auth_configs:
239239
# The targets to monitor and the collectors to execute on it.
240240
targets:
241241
# target "default" is used as a pattern for all targets name not defined locally. => exporter is used in "proxy" mode.
242-
# list of target_config-s
242+
# list of target_configs
243243

244244
- name: default
245245
scheme: https

0 commit comments

Comments
 (0)