Hi Folks,
I am in need of your help. The problem I'm facing is that I have Signoz self-hosted on Azure VM. I'm using
https://github.com/SigNoz/signoz/blob/main/deploy/docker/docker-compose.yaml to start the signoz and storing a few dashboard json files in common/dashboards folder.
Once I start the signoz, everything goes smoothly, but the dashboard is not imported.
I entered the shell of the container and the dashboard json files are there and while inspecting the docker logs I don't see any error indicating that something went wrong with import.
Does anyone know what might be the issue?