Skip to content

Commit 9aa85af

Browse files
authored
Update README.md
1 parent 0ecb54f commit 9aa85af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ where the release tag follows the semantic versioning.
3636

3737
#### Binaries
3838

39-
Binary downloads of the exporter can be found on [the Releases page](https://github.com/PureStorage-OpenConnect/pure-fa-openmetrics-exporter/releases/latest).
39+
Binary downloads of the exporter can be found on the [Releases] page (https://github.com/PureStorage-OpenConnect/pure-fa-openmetrics-exporter/releases/latest).
4040

4141
---
4242
### Local development
@@ -81,12 +81,12 @@ The exporter uses a RESTful API schema to provide Prometheus scraping endpoints.
8181

8282
URL | GET parameters | Description
8383
---|---
84-
http://\<exporter-host\>:\<port\>/metrics | Full array metrics
85-
http://\<exporter-host\>:\<port\>/metrics/array | Array only metrics
86-
http://\<exporter-host\>:\<port\>/metrics/volumes | Volumes only metrics
87-
http://\<exporter-host\>:\<port\>/metrics/hosts | Hosts only metrics
88-
http://\<exporter-host\>:\<port\>/metrics/pods | Pods only metrics
89-
http://\<exporter-host\>:\<port\>/metrics/directories| Directories only metrics
84+
http://\<exporter-host\>:\<port\>/metrics | endpoint | Full array metrics
85+
http://\<exporter-host\>:\<port\>/metrics/array | endpoint | Array only metrics
86+
http://\<exporter-host\>:\<port\>/metrics/volumes | endpoint | Volumes only metrics
87+
http://\<exporter-host\>:\<port\>/metrics/hosts | endpoint | Hosts only metrics
88+
http://\<exporter-host\>:\<port\>/metrics/pods | endpoint | Pods only metrics
89+
http://\<exporter-host\>:\<port\>/metrics/directories| endpoint | Directories only metrics
9090

9191
Depending on the target array, scraping for the whole set of metrics could result into timeout issues, in which case it is suggested either to increase the scraping timeout or to scrape each single endpoint instead.
9292

0 commit comments

Comments
 (0)