all-things-risingwave
How to resolve the error 'pq: failed to get tenant identifier' when connecting RisingWave with Grafana?
I'm trying to connect RisingWave with Grafana using RisingWave Cloud and running Grafana on a Docker Container. I'm encountering the error 'pq: failed to get tenant identifier' even though I have set up my credentials correctly. What steps can I take to resolve this issue?
AH
AHMED BOUTARAA
Asked on Dec 28, 2023
-
Enable TLS if
options
field in the connection string is not present. -
RisingWave Cloud uses SNI routing to host your RisingWave clusters, so TLS is required for the connection.
-
Ensure that TLS is properly configured in your connection settings to establish a secure connection between RisingWave and Grafana.
Dec 28, 2023Edited by