mirror of https://github.com/minio/minio.git
				
				
				
			Fix typo in prometheus scrape url (#5909)
This commit is contained in:
		
							parent
							
								
									3971483e18
								
							
						
					
					
						commit
						2c0020e9ee
					
				|  | @ -1,6 +1,6 @@ | ||||||
| ## Minio Prometheus Metric | ## 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 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: | 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_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_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_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 | - `minio_server_start_time_seconds` : Time Unix time in seconds when current Minio server instance started | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue