mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Update README.md prometheus (#13514)
Modify the doc to warn users about Prometheus sending `domain:port`
This commit is contained in:
parent
14d8a931fe
commit
1aa08f594d
@ -114,6 +114,8 @@ Start (or) Restart Prometheus service by running
|
||||
|
||||
Here `prometheus.yml` is the name of configuration file. You can now see MinIO metrics in Prometheus dashboard. By default Prometheus dashboard is accessible at `http://localhost:9090`.
|
||||
|
||||
Prometheus sets the `Host` header to `domain:port` as part of HTTP operations against the MinIO metrics endpoint. For MinIO deployments behind a load balancer, reverse proxy, or other control plane (HAProxy, nginx, pfsense, opnsense, etc.), ensure the network service supports routing these requests to the deployment.
|
||||
|
||||
### 6. Configure Grafana
|
||||
|
||||
After Prometheus is configured, you can use Grafana to visualize MinIO metrics.
|
||||
|
Loading…
Reference in New Issue
Block a user