Skip to content

Commit 1c18f1f

Browse files
author
peekjf72
committed
fixed typos
Signed-off-by: peekjf72 <jfpik78@gamil.com>
1 parent 514bbae commit 1c18f1f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1516
As 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.

0 commit comments

Comments
 (0)