This is a small go-application that parses the following URLs for statistics regarding covid19-infections and deaths provided by the Austrian ministry for Health
It then exposes the gathered metrics as prometheus endpoint under http://localhost:8282/metrics
docker-compose up
GET
http://localhost:8282/api/bundeslandGET
http://localhost:8282/api/bezirkGET
http://localhost:8282/api/totaldocker pull cinemast/covid19-at
Demo setup is currently shut down.