-
-
Notifications
You must be signed in to change notification settings - Fork 247
Description
I'm trying to spin up the app and test it out before potentially iterating on it.
Steps to reproduce the behavior:
Followed the README instructions after installing Docker Desktop:
- Cloned the repo
- Ran npm install
- docker compose up
- npm run dev in separate terminal
- navigated to localhost:4001/api/k8
- Clicked the buttons one by one, waiting for green check mark before continuing.
- Left terminal open and navigated to localhost:4000.
- Signed Up and Signed In.
- Navigated to Metrics Dashboard and was met with many errors. Primarily an error when fetching uid key and api key.
Expected Behavior:
Metrics tab to display currently running containers.
Desktop (please complete the following information):
- OS: Windows 11 Home Edition
- Browser: Chrome
Additional context:
From what my team members have gathered, the issue seems to be with Grafana and Prometheus not installing correctly. They were able to get it running on iOS, but Linux and Windows have not worked so far.
The other tabs show the currently running containers and seem to be working correctly.
UPDATE:
After changing file permissions and ownership using the following:
"sudo chmod 777 data" and "sudo chown -R username:username
data" from imageConfigs/grafana
"sudo chmod 777 promData" and "sudo chown -R username:username
promData" from imageConfigs/prometheus
I am now seeing "NO DATA" on portions of the Metrics tab but I am able to see the majority of the information. It appears I am having errors in node-exporter, but have not figured those out yet.