File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ The queried url can return data in several format:
1111- yaml
1212- xml
1313- raw text (parse as text-lines)
14+ - prometheus openmetrics
1415
1516As examples 4 configurations for exporters are provided (see contribs):
1617- [ hp3par_exporter] ( contribs/hp3par/README.md )
@@ -88,9 +89,9 @@ Exporter requires configuration to works:
8889
8990 see [ config.md] ( doc/config.md ) documentation
9091
91- ## exporter http server
92+ ## Exporter http server
9293
93- the exporter http server has a default landing page that permit to access
94+ The exporter http server has a default landing page that permit to access
9495* "/health" : a simple heartbeat page that return "OK" if exporter is UP
9596* "/configuration": expose defined configuration of the exporter
9697* "/targets": expose all known targets (locally defined or dynamically defined). Password are masked.
@@ -104,7 +105,7 @@ the exporter http server has a default landing page that permit to access
104105
105106## exporter metrics access
106107
107- parameters to scrape a target:
108+ Parameters to scrape a target:
108109
109110* target: ` <locally_defined_target> ` or ` <scheme://[user:password@]host:port> ` (dynamic target)
110111* auth_key: the shared secret key used to decrypt encrypted password set in authentication config.
You can’t perform that action at this time.
0 commit comments