1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

Doc updates for mc RELEASE.2023-10-04T06-52-56Z (#1044)

Doc updates for mc release
[2023-10-04T06-52-56Z](https://github.com/minio/docs/issues/1035)

- [x] `resource` type for Prometheus metrics
- [x] Doc `mc admin trace --request-query`, ~maybe it and some other
should be hidden from `mc --help`?~

Staged:

http://192.241.195.202:9000/staging/DOCS-1035/linux/operations/monitoring/collect-minio-metrics-using-prometheus.html

Fixes https://github.com/minio/docs/issues/1035
This commit is contained in:
Andrea Longo
2023-10-23 15:17:50 -06:00
committed by GitHub
parent ed963c6506
commit 1747558ffc
3 changed files with 51 additions and 7 deletions

View File

@@ -56,7 +56,16 @@ Syntax
The type of metrics to scrape.
Valid values are ``cluster``, ``node``, or ``bucket``.
.. versionchanged:: RELEASE.2023-10-07T15-07-38Z
``resource`` metrics added
Valid values are:
- ``bucket``
- ``cluster``
- ``node``
- ``resource``
If not specified, the command returns cluster metrics.
Cluster metrics also include node metrics.

View File

@@ -213,6 +213,11 @@ Syntax
Returns calls matching the supplied request header.
.. mc-cmd:: --request-query
Returns calls matching the supplied request query parameter.
This debug option should only be used at the direction of MinIO Support.
.. mc-cmd:: --response-duration
Trace calls with response duration greater than the specified value.