Docker - visualization problem after first build container

Grafan vers.: v11.0.0

no data is displayed on the dashboard

I tried to build a grafana with docker where I included a preconfigured dashboard.
The data source is a .csv file and I am using the marcusolsson-csv-datasource plugin.

When I builded the dashboard json file, the data was there, and the visualization was ok.

After I built the container (docker-compose up --build -d), the dashboard was there, but the panel says No Data.

GitHub link: GitHub - bolcsa/SopronUNI_WebVis: Web visualization with Grafana and Docker

Thx
Andy

Problem resolved.

I added fix uid to the datasource/datasource.yml file

1 Like