tidb-dashboard
tidb-dashboard copied to clipboard
Invalid Metrics URL when deployed on AWS EKS
trafficstars
Bug Report
What did you do?
Deploy TiDB on AWS EKS with the TiDB Operator
What did you expect to see?
The View Metrics link pointing to the grafana URL.
What did you see instead?
The link pointing to http://basic-grafana.tidb-cluster.svc:3000/.
It probably needs to figure out the ELB address for Grafana and use that instead.
What version of TiDB Dashboard are you using (./tidb-dashboard --version)?
It says "PD v5.0.1" in the top.
Thanks for the report! Currently there is no way to configure the advertise address of Grafana so that this will happen. In future we will drop the Grafana link (and use our own dashboard instead). At that time this will not be a problem any more.