1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +03:00

Clean up prometheus metric collection tutorial and references

This commit is contained in:
ravindk89
2021-07-28 12:43:41 -04:00
committed by Ravind Kumar
parent 773e5c67b7
commit ab25dd2059
3 changed files with 70 additions and 104 deletions

View File

@ -279,6 +279,21 @@ MinIO Console:
The MinIO Console populates the :guilabel:`Dashboard` with cluster metrics
using the ``minio-job`` Prometheus scraping job.
If you are using a standalone MinIO Console process, this variable
corresponds to ``CONSOLE_PROMETHEUS_URL``.
.. envvar:: MINIO_PROMETHEUS_JOB_ID
*Optional*
Specify the custom Prometheus job ID used for
:ref:`scraping MinIO metrics <minio-metrics-collect-using-prometheus>`.
MinIO defaults to ``minio-job``.
If you are using a standalone MinIO Console process, this variable
corresponds to ``CONSOLE_PROMETHEUS_JOB_ID``.
.. envvar:: MINIO_LOG_QUERY_URL
*Optional*