1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00
Andrea Longo
2023-10-27 09:13:17 -06:00
committed by GitHub
parent d0a0ff1022
commit 9cc466e9df
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ Metrics and Alerts
MinIO provides point-in-time metrics on cluster status and operations.
The :ref:`MinIO Console <minio-console-metrics>` provides a graphical display of these metrics.
For historical metrics and analytics, MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <data_model/>`.
For historical metrics and analytics, MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <concepts/data_model/>`.
You can use any scraping tool which supports that data model to pull metrics data from MinIO for further analysis and alerting.
The following table lists tutorials for integrating MinIO metrics with select third-party monitoring software.
@ -71,4 +71,4 @@ See :ref:`minio-healthcheck-api` for more information.
/operations/monitoring/metrics-and-alerts
/operations/monitoring/minio-logging
/operations/monitoring/healthcheck-probe
/operations/monitoring/grafana
/operations/monitoring/grafana

View File

@ -12,7 +12,7 @@ Metrics and Alerts
:local:
:depth: 3
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <data_model/>`.
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <concepts/data_model/>`.
You can use any scraping tool to pull metrics data from MinIO for further analysis and alerting.
MinIO provides scraping endpoints for the following metric groups:

View File

@ -10,7 +10,7 @@ Monitoring and Alerting using InfluxDB
:local:
:depth: 1
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <data_model/>`.
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <concepts/data_model/>`.
`InfluxDB <https://www.influxdata.com/?ref=minio>`__ supports scraping MinIO metrics data for monitoring and alerting.
The procedure on this page documents the following: