From 2c0020e9eee736fbf0ddaee52a49bcb521b9240d Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Wed, 9 May 2018 11:20:03 -0700 Subject: [PATCH] Fix typo in prometheus scrape url (#5909) --- docs/metric/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metric/README.md b/docs/metric/README.md index 67ab93be8..1c066da0d 100644 --- a/docs/metric/README.md +++ b/docs/metric/README.md @@ -1,6 +1,6 @@ ## Minio Prometheus Metric -Minio server exposes an endpoint for Promethueus to scrape server data at `/minio/prometheus/metric`. +Minio server exposes an endpoint for Promethueus to scrape server data at `/minio/prometheus/metrics`. ### Prometheus probe Prometheus is used to monitor Minio server information like http request, disk storage, network stats etc.. It uses a config file named `prometheus.yaml` to scrape data from server. The value for `metrics_path` and `targets` need to be configured in the config yaml to specify the endpoint and url as shown: @@ -33,4 +33,4 @@ Minio exposes the following list of metric to Prometheus - `minio_network_sent_bytes_total` : Total number of bytes sent by current Minio server instance - `minio_offline_disks` : Total number of offline disks for current Minio server instance - `minio_total_disks` : Total number of disks for current Minio server instance -- `minio_server_start_time_seconds` : Time Unix time in seconds when current Minio server instance started \ No newline at end of file +- `minio_server_start_time_seconds` : Time Unix time in seconds when current Minio server instance started