Add metrics v3 to the Metrics and Alerts page and other relevant locations, deprecate metrics v2. - Updated the metrics extract script to parse the [list of v3 metrics from GitHub](https://github.com/minio/minio/blob/master/docs/metrics/v3.md). - Remove references to MinIO Console metrics. - Make `:mc-release:` show friendly release name text like `:minio-release:` does. Staged: Linux http://192.241.195.202:9000/staging/DOCS-1266/linux/operations/monitoring/metrics-and-alerts.html k8s http://192.241.195.202:9000/staging/DOCS-1266/k8s/operations/monitoring/metrics-and-alerts.html fixes https://github.com/minio/docs/issues/1266
2.8 KiB
- orphan
Metrics Version 2
minio
Table of Contents
Metrics Version 2 Deprecated
Starting with MinIO Server RELEASE.2024-07-15T19-02-30Z
and MinIO
Client RELEASE.2024-07-11T18-01-28Z
, metrics version 3 <minio-metrics-and-alerts>
replaces the deprecated metrics version 2.
The following sections describe the deprecated endpoints and metrics.
Cluster Metrics
You can scrape cluster-level metrics <minio-available-cluster-metrics>
using the following URL endpoint:
http://HOSTNAME:PORT/minio/v2/metrics/cluster
Replace HOSTNAME:PORT
with the FQDN (Fully Qualified Domain Name)
and port of the
MinIO deployment. For deployments with a load balancer managing
connections between MinIO nodes, specify the address of the load
balancer.
Bucket Metrics
MinIO RELEASE.2023-07-21T21-12-44Z
Bucket metrics have moved to use their own, separate endpoint.
RELEASE.2023-08-31T15-31-16Z
You can scrape bucket-level metrics <minio-available-bucket-metrics>
using the following URL endpoint:
http://HOSTNAME:PORT/minio/v2/metrics/bucket
Replace HOSTNAME:PORT
with the FQDN (Fully Qualified Domain Name)
and port of the
MinIO deployment. For deployments with a load balancer managing
connections between MinIO nodes, specify the address of the load
balancer.
Resource Metrics
RELEASE.2023-10-07T15-07-38Z
You can scrape resource metrics <minio-available-resource-metrics>
using the following URL endpoint:
http://HOSTNAME:PORT/minio/v2/metrics/resource
Replace HOSTNAME:PORT
with the FQDN (Fully Qualified Domain Name)
and port of the
MinIO deployment. For deployments with a load balancer managing
connections between MinIO nodes, specify the address of the load
balancer.
Cluster Metrics <minio-available-cluster-metrics>
Bucket Metrics <minio-available-bucket-metrics>
Resource Metrics <minio-available-resource-metrics>