Grafana not displaying data #30579
TheOtherBrian1
announced in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This guide is for identifying configuration mistakes in self-hosted Supabase Grafana installations
Step 1: Ping your Grafana Endpoint
Use the below cURL command to make sure your metrics endpoint returns data:
Step 2: Make sure your project_ref is correct
Step 3: Set your Grafana Dashboard to auto-refresh in the top right corner
Step 4: Make sure your docker container has the default configurations
Run the following command in the terminal:
The output should look something like this:
Here it is in an easier-to-read format
Step 5: Enter the container
Try running the following terminal command:
Step 6: Check the environment variables for errors
Run the following in the docker container:
Ensure the values are correct by comparing them with those in the Dashboard. Users have previously encountered issues by accidentally omitting the last character of their strings, so a thorough check is essential.
Step 7: Go to the root folder and check permissions on the
entrypoint.sh
fileRun the following terminal commands:
entrypoint.sh
should have the following permissions:If off, update the values
Beta Was this translation helpful? Give feedback.
All reactions