FortDigital / covid-19

Collection script and Grafana Dashboard for tracking Progress of Covid-19
MIT License
18 stars 12 forks source link

No Data #5

Closed PlusOne closed 4 years ago

PlusOne commented 4 years ago

Installed as described in readme.

Python : 3.6 OS: Ubuntu 18.04 InfluxDB shell version: 1.7.10 Grafana: 6.7.1

Running : ~/covid-19# python3 covid19.py

no error at all, but it shows no Data in some fields.

25-03-_2020_17-06-32

FortDigital commented 4 years ago

This is most likely down to the change in File names from JHU, Ive pushed an updated version of the script (And dashboard) today that includes the new file names. can you let me know if that works?

PlusOne commented 4 years ago

Got no idea, pulled origin master and tried it again. Now i got one field more with Data. As you can see, the table under the worldmap looks a bit strange.

gitscreen

FortDigital commented 4 years ago

The bottom graphs look like they are pulling the wrong key values through from the fields variable set on the dashboard, can you check its pointing to your covid19 datasource?

image

Check the Country variable is also pointing to the right datasource as that would affect some of the other boxes.

ehsjoar commented 4 years ago

Hi,

I have the same issue. I think the issue is that you are hitting the wrong influx DB and that is why we see some strange keys

Cheers,

// Jonas

ehsjoar commented 4 years ago

Hi Again,

So this is a problem on our side. We need to create a new data source with the right DB and pick that when we import the dashboard. Everything is working now. Thanks!

// Jonas

FortDigital commented 4 years ago

Closing this issue as appears to be an issue with local grafana config