Skip to content

Commit 81a4f59

Browse files
committed
Added filesystem and objectstore endpoints info
1 parent 0fb91f8 commit 81a4f59

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,17 @@ Authentication is used by the exporter as the mechanism to cross authenticate to
128128
The exporter understands the following requests:
129129

130130

131-
| URL | GET parameters | description |
132-
| ------------------------------------------------------| -------------- | --------------------------|
133-
| http://\<exporter-host\>:\<port\>/metrics | endpoint | Full array metrics |
134-
| http://\<exporter-host\>:\<port\>/metrics/array | endpoint | Array metrics |
135-
| http://\<exporter-host\>:\<port\>/metrics/objectstore | endpoint | Object Store metrics |
136-
| http://\<exporter-host\>:\<port\>/metrics/clients | endpoint | Clients metrics |
137-
| http://\<exporter-host\>:\<port\>/metrics/filesystems | endpoint | File System metrics |
138-
| http://\<exporter-host\>:\<port\>/metrics/usage | endpoint | Quotas usage metrics |
139-
| http://\<exporter-host\>:\<port\>/metrics/policies | endpoint | NFS policies info metrics |
140-
131+
| URL | GET parameters | description |
132+
| ------------------------------------------------------| -------------- | -----------------------------|
133+
| http://\<exporter-host\>:\<port\>/metrics | endpoint | Full array metrics |
134+
| http://\<exporter-host\>:\<port\>/metrics/array | endpoint | Array metrics |
135+
| http://\<exporter-host\>:\<port\>/metrics/objectstore | endpoint | Object Store metrics * |
136+
| http://\<exporter-host\>:\<port\>/metrics/clients | endpoint | Clients metrics |
137+
| http://\<exporter-host\>:\<port\>/metrics/filesystems | endpoint | File System metrics * |
138+
| http://\<exporter-host\>:\<port\>/metrics/usage | endpoint | Quotas usage metrics |
139+
| http://\<exporter-host\>:\<port\>/metrics/policies | endpoint | NFS policies info metrics |
140+
141+
\* Introduced in version 1.1.0 of the FB OpenMetrics exporter, a change to the filesystem and bucket URI's was made to split off separate endpoints to ensure performance metrics for the /metrics/array endpoint remains quick to scrape in large environments.
141142

142143
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.
143144

0 commit comments

Comments
 (0)