Grafana port conflict with BentoML Service on default port 3000
warningconfigurationUpdated Apr 16, 2024(via Exa)
How to detect:
Both Grafana and BentoML Service default to port 3000, causing a port conflict when running both services simultaneously on the same host.
Recommended action:
Configure Grafana to use a different port. Edit /etc/grafana/grafana.ini, locate the [http] section, uncomment and change http_port to an available port like 4000. Restart grafana-server service.