This repository has been archived on 2024-05-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
fb043cb4b173970d54336c833acc41335018f63d
About
Prometheus Agent that calculates days left to vacinate everyone in Ontario who is 18+ using the current rate of vacination
Running:
$ go run main.go
Reading metrics
$ curl -s localhost:8080/metrics |grep ont |grep -v "#"
ont_covid_data_days_left 84
ont_covid_data_previous_day_doses_administered 108563
ont_covid_data_total_doses_administered 2.834784e+06
Description
Languages
Go
96%
Shell
2.5%
Makefile
1.5%